diff options
Diffstat (limited to 'config/debug.json')
-rw-r--r-- | config/debug.json | 5 |
1 files changed, 0 insertions, 5 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" } } |