diff options
| author | Julie Lala <jules@okfoc.us> | 2014-06-04 00:31:01 -0400 |
|---|---|---|
| committer | Julie Lala <jules@okfoc.us> | 2014-06-04 00:31:01 -0400 |
| commit | 80e1fcbc52870366f2e885fe82724960929765c9 (patch) | |
| tree | d380e04e8d784c40606bdaad82dcd37d0e260de5 /config.json.example | |
| parent | 5fb0ad045820de96848e1bde8e2dba8a6853dd4d (diff) | |
| parent | 90142bd07f926ef8a7f3ea86a563ec0ca648ca5d (diff) | |
Merge branch 'master' of github.com:okfocus/vvalls
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..90df381 --- /dev/null +++ b/config.json.example @@ -0,0 +1,8 @@ +{ + "host": "lvh.me:3000", + "hostName": "lvh.me", + "port": 3000, + "socketPort": 1337, + "pageSize": 10, + "env": { "development": 1 } +} |
