diff options
| author | Jules Laplace <jules@okfoc.us> | 2015-02-03 13:07:42 -0500 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2015-02-03 13:07:42 -0500 |
| commit | 78620c1451f78bdb470ed89c8a1e5c7a6bb10990 (patch) | |
| tree | 39fde553a7b781779db032279c3a9ff322fe1aaa /config.json.example | |
| parent | 1169b347c1f339b64f30466004a3f9a06ef7e117 (diff) | |
support basicAuth
Diffstat (limited to 'config.json.example')
| -rw-r--r-- | config.json.example | 3 |
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" } } |
