diff options
Diffstat (limited to 'config')
-rw-r--r-- | config/debug.json | 5 | ||||
-rw-r--r-- | config/default.json | 5 |
2 files changed, 0 insertions, 10 deletions
diff --git a/config/debug.json b/config/debug.json index b3f5cbd..8333e1e 100644 --- a/config/debug.json +++ b/config/debug.json @@ -4,10 +4,5 @@ "bind_port":"8080", "static":"./data/static", "templates":"./data/templates" - }, - "database":{ - "socket":"/run/mysqld/mysqld.sock", - "database":"ceres", - "migrations":"./sql" } } diff --git a/config/default.json b/config/default.json index 33ff4a4..0fbcf09 100644 --- a/config/default.json +++ b/config/default.json @@ -4,10 +4,5 @@ "bind_port":"8080", "static":"/usr/share/ceres/static", "templates":"/usr/share/ceres/templates" - }, - "database":{ - "socket":"/run/mysqld/mysqld.sock", - "database":"ceres", - "migrations":"/usr/share/ceres/migrations" } } |