diff --git a/config.json b/config.json deleted file mode 100644 index f2f1843..0000000 --- a/config.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "title": "Gancio Test", - "baseurl": "http://localhost:13120", - "server": { - "host": "0.0.0.0", - "port": 13120 - }, - "upload_path": "/data/uploads", - "log_level": "debug", - "log_path": "/data/logs", - "db": { - "dialect": "sqlite", - "storage": "/data/db.sqlite", - "logging": false - }, - "admin_email": "ganciotest@localhost" -}