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/default.json | 5 ----- 1 file changed, 5 deletions(-) (limited to 'config/default.json') 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" } } -- cgit v1.2.3-70-g09d2