From c51726b21c0d4143e9f180b73ff90a934dec6903 Mon Sep 17 00:00:00 2001 From: Siroco Date: Tue, 26 Oct 2021 15:50:15 +0200 Subject: [PATCH] Delete: Config.json Example --- config.json | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 config.json 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" -}