diff options
| author | Jules Laplace <jules@okfoc.us> | 2015-08-04 02:58:20 -0400 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2015-08-04 02:58:52 -0400 |
| commit | 460dadfdd2c3d91d3759542990702362b85703d3 (patch) | |
| tree | c4161b3946c0b5198e2754020babe856f73bee00 /config.json.example | |
| parent | 8c263e2141d17c629314d2d95eac82217a20a464 (diff) | |
use config.json ; add templates
Diffstat (limited to 'config.json.example')
| -rw-r--r-- | config.json.example | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/config.json.example b/config.json.example new file mode 100644 index 0000000..c2f83df --- /dev/null +++ b/config.json.example @@ -0,0 +1,8 @@ +{ + "host": "lvh.me:3000", + "hostName": "lvh.me", + "port": 3000, + "socketPort": 1337, + "databaseHost": "lvh.me", + "env": { "development": 1 } +} |
