diff options
author | raylu <raylu@gridium.com> | 2013-10-20 03:07:32 -0700 |
---|---|---|
committer | raylu <raylu@gridium.com> | 2013-10-20 03:19:40 -0700 |
commit | 031daa32bbe11417d0dfb968dfbf888f0dc65d86 (patch) | |
tree | 33491f786aa8edf5b6548b1d5e518a2834e4c0a9 /config.yaml.example | |
parent | 585ad90d3cc59ad7d4fd306170b710699e48efda (diff) | |
download | ykill-031daa32bbe11417d0dfb968dfbf888f0dc65d86.tar.xz |
rewrite as api
Diffstat (limited to 'config.yaml.example')
-rw-r--r-- | config.yaml.example | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/config.yaml.example b/config.yaml.example index d521366..f29bfdd 100644 --- a/config.yaml.example +++ b/config.yaml.example @@ -1,7 +1,8 @@ web: port: 8888 - host: 'localhost:8888' - cookie_secret: 'dis is super sekrit' + host: 'http://localhost:8888' + api_port: 8887 + api_host: 'http://localhost:8887' debug: true db: |