diff options
Diffstat (limited to 'config/debug.json')
-rw-r--r-- | config/debug.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/config/debug.json b/config/debug.json index 47e80ea..ff9b1d3 100644 --- a/config/debug.json +++ b/config/debug.json @@ -2,5 +2,6 @@ "bind_host":"127.0.0.1", "bind_port":"8080", "static":"./data/static", - "templates":"./data/templates" + "templates":"./data/templates", + "data":"./data/storage" } |