diff options
Diffstat (limited to 'config')
-rw-r--r-- | config/debug.json | 3 | ||||
-rw-r--r-- | config/default.json | 3 |
2 files changed, 4 insertions, 2 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" } diff --git a/config/default.json b/config/default.json index 02220d3..05cb95d 100644 --- a/config/default.json +++ b/config/default.json @@ -2,5 +2,6 @@ "bind_host":"127.0.0.1", "bind_port":"8080", "static":"/usr/share/ceres/static", - "templates":"/usr/share/ceres/templates" + "templates":"/usr/share/ceres/templates", + "data":"/var/lib/ceres" } |