summaryrefslogtreecommitdiff
path: root/config.json.example
diff options
context:
space:
mode:
Diffstat (limited to 'config.json.example')
-rw-r--r--config.json.example14
1 files changed, 8 insertions, 6 deletions
diff --git a/config.json.example b/config.json.example
index 90df381..df4b86e 100644
--- a/config.json.example
+++ b/config.json.example
@@ -1,8 +1,10 @@
{
- "host": "lvh.me:3000",
- "hostName": "lvh.me",
- "port": 3000,
- "socketPort": 1337,
- "pageSize": 10,
- "env": { "development": 1 }
+ "host": "lvh.me:3000",
+ "hostName": "lvh.me",
+ "port": 3000,
+ "socketPort": 1337,
+ "webhookPort": 5000,
+ "databaseHost": "lvh.me",
+ "env": { "development": 1 },
+ "basicAuth": { "user": "vv", "pass": "ok" }
}