summaryrefslogtreecommitdiff
path: root/config.json.example
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2016-10-28 18:07:56 -0400
committerJules Laplace <jules@okfoc.us>2016-10-28 18:07:56 -0400
commita9c9d6adf470d0966e6c6bef0803e298fd2d4117 (patch)
tree6ccec2a448992a5f43226532051a6df09afbc203 /config.json.example
parent343b0b3dc5bb7dbe762182a486e63a4aff6ef8fc (diff)
parent9e7bacd46c1e5d0e1c24433690d421ab3f3a11f2 (diff)
merge
Diffstat (limited to 'config.json.example')
-rw-r--r--config.json.example13
1 files changed, 7 insertions, 6 deletions
diff --git a/config.json.example b/config.json.example
index 6028021..df4b86e 100644
--- a/config.json.example
+++ b/config.json.example
@@ -1,9 +1,10 @@
{
- "host": "lvh.me:3000",
- "hostName": "lvh.me",
- "port": 3000,
- "socketPort": 1337,
+ "host": "lvh.me:3000",
+ "hostName": "lvh.me",
+ "port": 3000,
+ "socketPort": 1337,
+ "webhookPort": 5000,
"databaseHost": "lvh.me",
- "pageSize": 10,
- "env": { "development": 1 }
+ "env": { "development": 1 },
+ "basicAuth": { "user": "vv", "pass": "ok" }
}