From 4eacd5f54074c6cd73eaef4178c56843ce742445 Mon Sep 17 00:00:00 2001 From: xengineering Date: Wed, 12 Apr 2023 18:50:34 +0200 Subject: Switch to unnested config This is now just not needed. --- config/debug.json | 10 ++++------ config/default.json | 10 ++++------ 2 files changed, 8 insertions(+), 12 deletions(-) (limited to 'config') 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" } -- cgit v1.2.3-70-g09d2