From 031daa32bbe11417d0dfb968dfbf888f0dc65d86 Mon Sep 17 00:00:00 2001 From: raylu Date: Sun, 20 Oct 2013 03:07:32 -0700 Subject: rewrite as api --- config.yaml.example | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'config.yaml.example') 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: -- cgit v1.2.3