summaryrefslogtreecommitdiff
path: root/config.json.example
diff options
context:
space:
mode:
Diffstat (limited to 'config.json.example')
-rw-r--r--config.json.example8
1 files changed, 8 insertions, 0 deletions
diff --git a/config.json.example b/config.json.example
new file mode 100644
index 0000000..c2f83df
--- /dev/null
+++ b/config.json.example
@@ -0,0 +1,8 @@
+{
+ "host": "lvh.me:3000",
+ "hostName": "lvh.me",
+ "port": 3000,
+ "socketPort": 1337,
+ "databaseHost": "lvh.me",
+ "env": { "development": 1 }
+}