summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
Diffstat (limited to 'config')
-rw-r--r--config/debug.json10
-rw-r--r--config/default.json10
2 files changed, 8 insertions, 12 deletions
diff --git a/config/debug.json b/config/debug.json
index 8333e1e..47e80ea 100644
--- a/config/debug.json
+++ b/config/debug.json
@@ -1,8 +1,6 @@
{
- "http":{
- "bind_host":"127.0.0.1",
- "bind_port":"8080",
- "static":"./data/static",
- "templates":"./data/templates"
- }
+ "bind_host":"127.0.0.1",
+ "bind_port":"8080",
+ "static":"./data/static",
+ "templates":"./data/templates"
}
diff --git a/config/default.json b/config/default.json
index 0fbcf09..02220d3 100644
--- a/config/default.json
+++ b/config/default.json
@@ -1,8 +1,6 @@
{
- "http":{
- "bind_host":"127.0.0.1",
- "bind_port":"8080",
- "static":"/usr/share/ceres/static",
- "templates":"/usr/share/ceres/templates"
- }
+ "bind_host":"127.0.0.1",
+ "bind_port":"8080",
+ "static":"/usr/share/ceres/static",
+ "templates":"/usr/share/ceres/templates"
}