summaryrefslogtreecommitdiff
path: root/config.json.example
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2015-02-03 13:16:00 -0500
committerJules Laplace <jules@okfoc.us>2015-02-03 13:16:00 -0500
commit0a5ab97ceb3a9f77666f0595eeddb74d0624000e (patch)
tree4324fedee1d4120006858ae71fd003e24ac7ef20 /config.json.example
parentf51b018fd760d8550a06cb900a1311164ea881ad (diff)
parent78620c1451f78bdb470ed89c8a1e5c7a6bb10990 (diff)
Merge branch 'subscriptions' of github.com:okfocus/vvalls into subscriptions
Diffstat (limited to 'config.json.example')
-rw-r--r--config.json.example3
1 files changed, 2 insertions, 1 deletions
diff --git a/config.json.example b/config.json.example
index 7072d48..7221aa0 100644
--- a/config.json.example
+++ b/config.json.example
@@ -5,5 +5,6 @@
"socketPort": 1337,
"webhookPort": 5000,
"databaseHost": "lvh.me",
- "env": { "development": 1 }
+ "env": { "development": 1 },
+ "basicAuth": { "user": "foo", "pass": "bar" }
}