diff options
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 +}; |