diff options
Diffstat (limited to 'config')
-rw-r--r-- | config/debug.json | 7 | ||||
-rw-r--r-- | config/default.json | 7 |
2 files changed, 0 insertions, 14 deletions
diff --git a/config/debug.json b/config/debug.json deleted file mode 100644 index ff9b1d3..0000000 --- a/config/debug.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "bind_host":"127.0.0.1", - "bind_port":"8080", - "static":"./data/static", - "templates":"./data/templates", - "data":"./data/storage" -} diff --git a/config/default.json b/config/default.json deleted file mode 100644 index 05cb95d..0000000 --- a/config/default.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "bind_host":"127.0.0.1", - "bind_port":"8080", - "static":"/usr/share/ceres/static", - "templates":"/usr/share/ceres/templates", - "data":"/var/lib/ceres" -} |