From bae6e34c9119750b2cba2a2ce6d88e9f8c895900 Mon Sep 17 00:00:00 2001 From: xengineering Date: Sat, 1 Apr 2023 21:18:29 +0200 Subject: Switch from MariaDB to files Using a database is way more complex (see the commit statistics of this commit) than using files to store recipe data. Also administration and usage is simpler. --- config/debug.json | 5 ----- 1 file changed, 5 deletions(-) (limited to 'config/debug.json') 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" } } -- cgit v1.2.3-70-g09d2