From ea8b6c744843d9f1801f6083140dea906446e227 Mon Sep 17 00:00:00 2001 From: nightly Date: Thu, 20 Oct 2022 10:14:32 +0200 Subject: [PATCH] Remove config.json from future commits --- 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 3bb4b26..0000000 --- a/config.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "defaultLocale": "en", - - "webapp": { - "cookieSecure": false, - "port": 3430, - "redirectURI": "http://localhost:6000/auth/callback" - }, - - "database": { - "db": "mangorecipe", - "host": "", - "password": "", - "port": 5432, - "user": "" - } -} \ No newline at end of file