From 7e81830307f9a136b0760c7f5607e8a523264c25 Mon Sep 17 00:00:00 2001 From: tidusjar Date: Wed, 11 Nov 2020 16:36:47 +0000 Subject: [PATCH] Fixed the MySQL issue --- src/Ombi.Store/Ombi.Store.csproj | 2 +- src/Ombi/Ombi.csproj | 2 +- src/Ombi/databasea.json | 14 -------------- 3 files changed, 2 insertions(+), 16 deletions(-) delete mode 100644 src/Ombi/databasea.json diff --git a/src/Ombi.Store/Ombi.Store.csproj b/src/Ombi.Store/Ombi.Store.csproj index 883819763..78fa5b8c6 100644 --- a/src/Ombi.Store/Ombi.Store.csproj +++ b/src/Ombi.Store/Ombi.Store.csproj @@ -18,7 +18,7 @@ - + diff --git a/src/Ombi/Ombi.csproj b/src/Ombi/Ombi.csproj index 6925e8903..04a896596 100644 --- a/src/Ombi/Ombi.csproj +++ b/src/Ombi/Ombi.csproj @@ -57,7 +57,7 @@ - + diff --git a/src/Ombi/databasea.json b/src/Ombi/databasea.json deleted file mode 100644 index 7c77dd61a..000000000 --- a/src/Ombi/databasea.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