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.js7
1 files changed, 7 insertions, 0 deletions
diff --git a/config/domain-example.js b/config/domain-example.js
new file mode 100644
index 0000000..3b77197
--- /dev/null
+++ b/config/domain-example.js
@@ -0,0 +1,7 @@
+module.exports = {
+ // Your domain goes here. If there is a port it should be 'domain:port', but otherwise just 'domain'
+ 'domain' : 'localhost:3000' ,
+ 'port': '3000',
+ 'email': 'contact@example.com',
+ 'sitename': 'gathio'
+};