diff options
author | Darius Kazemi <darius.kazemi@gmail.com> | 2019-12-11 18:11:09 -0800 |
---|---|---|
committer | Darius Kazemi <darius.kazemi@gmail.com> | 2019-12-11 18:11:09 -0800 |
commit | 5faad9ea56dcf2d715c9e11e07490f50115d25bb (patch) | |
tree | a9816a1fa77b8784e8a22120a7ae9715e01a8aa8 /config | |
parent | 0c46e2d2d148efb7cfabcf82c12266a8d788f551 (diff) |
First pass at federation!
Diffstat (limited to 'config')
-rw-r--r-- | config/domain-example.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config/domain-example.js b/config/domain-example.js new file mode 100644 index 0000000..3cb4c85 --- /dev/null +++ b/config/domain-example.js @@ -0,0 +1,3 @@ +module.exports = { + 'domain' : 'localhost:3000' // Your domain goes here +}; |