diff --git a/Marechai.Server/appsettings.json b/Marechai.Server/appsettings.json index 5038f44c..1d6ee7c9 100644 --- a/Marechai.Server/appsettings.json +++ b/Marechai.Server/appsettings.json @@ -1,6 +1,6 @@ { "ConnectionStrings": { - "DefaultConnection": "server=mariadb-dev.claunia.com;port=3306;user=marechai;password=marechaipass;database=marechai;TreatTinyAsBoolean=false" + "DefaultConnection": "" }, "Logging": { "LogLevel": { @@ -67,7 +67,7 @@ } ], "Jwt": { - "Key": "!SomethingSecret!!SomethingSecret!!SomethingSecret!!SomethingSecret!", + "Key": "", "Issuer": "apiWithAuthBackend", "Audience": "apiWithAuthBackend" },