From 8ec956707d5b77b8b07731c547762e1c348f2ca8 Mon Sep 17 00:00:00 2001 From: tidusjar Date: Fri, 31 Jul 2020 16:16:10 +0100 Subject: [PATCH] Remove test db --- src/Ombi/databased.json | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 src/Ombi/databased.json diff --git a/src/Ombi/databased.json b/src/Ombi/databased.json deleted file mode 100644 index 2ab53689a..000000000 --- a/src/Ombi/databased.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "OmbiDatabase": { - "Type": "MySQL", - "ConnectionString": "Server=192.168.68.118;Database=app.ombi.io;User=ombi" - }, - "SettingsDatabase": { - "Type": "MySQL", - "ConnectionString": "Server=192.168.68.118;Database=app.ombi.io;User=ombi" - }, - "ExternalDatabase": { - "Type": "MySQL", - "ConnectionString": "Server=192.168.68.118;Database=app.ombi.io;User=ombi" - } -} \ No newline at end of file