From 42792bdb9b3bd69335ff06e5859c877ff3e9438e Mon Sep 17 00:00:00 2001 From: tidusjar Date: Sun, 4 Apr 2021 23:44:05 +0100 Subject: [PATCH] Removed useless file --- .gitignore | 1 + src/Ombi/databadse.json | 14 -------------- 2 files changed, 1 insertion(+), 14 deletions(-) delete mode 100644 src/Ombi/databadse.json diff --git a/.gitignore b/.gitignore index 1a1a229b8..fc31d399b 100644 --- a/.gitignore +++ b/.gitignore @@ -247,5 +247,6 @@ _Pvt_Extensions # Ignore local vscode config *.vscode /src/Ombi/database.json +/src/Ombi/databases.json /src/Ombi/healthchecksdb /src/Ombi/ClientApp/package-lock.json diff --git a/src/Ombi/databadse.json b/src/Ombi/databadse.json deleted file mode 100644 index fe451c4bc..000000000 --- a/src/Ombi/databadse.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "OmbiDatabase": { - "Type": "MySQL", - "ConnectionString": "Server=192.168.68.118;Port=3306;Database=app.ombi.io;User=ombi" - }, - "SettingsDatabase": { - "Type": "MySQL", - "ConnectionString": "Server=192.168.68.118;Port=3306;Database=app.ombi.io;User=ombi" - }, - "ExternalDatabase": { - "Type": "MySQL", - "ConnectionString": "Server=192.168.68.118;Port=3306;Database=app.ombi.io;User=ombi" - } -} \ No newline at end of file