diff options
| author | Jules Laplace <jules@okfoc.us> | 2015-02-02 10:43:46 -0500 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2015-02-02 10:43:46 -0500 |
| commit | 95b7043c7bf259da3135652461f80162be432691 (patch) | |
| tree | 65c3fdee291427b20b0b09e66e2ae64b35c8ce71 /config.json.example | |
| parent | e7ecd5b141945a9c9ca7a57df643eaa3f3fdc3d6 (diff) | |
spacing
Diffstat (limited to 'config.json.example')
| -rw-r--r-- | config.json.example | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/config.json.example b/config.json.example index dc79edd..7072d48 100644 --- a/config.json.example +++ b/config.json.example @@ -1,9 +1,9 @@ { - "host": "lvh.me:3000", - "hostName": "lvh.me", - "port": 3000, - "socketPort": 1337, - "webhookPort": 5000, + "host": "lvh.me:3000", + "hostName": "lvh.me", + "port": 3000, + "socketPort": 1337, + "webhookPort": 5000, "databaseHost": "lvh.me", - "env": { "development": 1 } + "env": { "development": 1 } } |
