summaryrefslogtreecommitdiff
path: root/config/domain-example.js
diff options
context:
space:
mode:
Diffstat (limited to 'config/domain-example.js')
-rw-r--r--config/domain-example.js3
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
+};