From ea54de7d32e6b576ccfb430e7e57811b7c4587fe Mon Sep 17 00:00:00 2001 From: xengineering Date: Sun, 17 Sep 2023 11:07:08 +0200 Subject: Remove complete implementation Restarting from scratch seems to be the fastest approach to switch to sqlite and get rid of some other structural mistakes from the past. --- config/debug.json | 7 ------- config/default.json | 7 ------- 2 files changed, 14 deletions(-) delete mode 100644 config/debug.json delete mode 100644 config/default.json (limited to 'config') 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" -} -- cgit v1.2.3-70-g09d2