From 6baa8b6788452c9443ca6f5079cd67190143b049 Mon Sep 17 00:00:00 2001 From: Daniel Gerst Date: Thu, 8 Jul 2021 10:00:39 +0200 Subject: [PATCH] Remove not required things --- .../GerstITS - Backup (1).Examples.Api.csproj | 65 ------------------- .../GerstITS - Backup (2).Examples.Api.csproj | 63 ------------------ .../GerstITS - Backup (3).Examples.Api.csproj | 59 ----------------- GerstITS.Examples.Api/appsettings.json | 7 +- 4 files changed, 1 insertion(+), 193 deletions(-) delete mode 100644 GerstITS.Examples.Api/GerstITS - Backup (1).Examples.Api.csproj delete mode 100644 GerstITS.Examples.Api/GerstITS - Backup (2).Examples.Api.csproj delete mode 100644 GerstITS.Examples.Api/GerstITS - Backup (3).Examples.Api.csproj diff --git a/GerstITS.Examples.Api/GerstITS - Backup (1).Examples.Api.csproj b/GerstITS.Examples.Api/GerstITS - Backup (1).Examples.Api.csproj deleted file mode 100644 index 8971df2..0000000 --- a/GerstITS.Examples.Api/GerstITS - Backup (1).Examples.Api.csproj +++ /dev/null @@ -1,65 +0,0 @@ - - - - ITSCare GbR - ITSCare GbR - Copyright © ITSCare GbR 2021 - ITSCare Example WebApi - 0.0.0.0 - 0.0.0.0 - 0.0.0.0 - 0.0.0.0 - - - - net5.0 - latest - - - - true - true - - 1591 - bin\Debug\net5.0\ITSCare.Example.Api.xml - - - - - true - true - - 1591 - bin\Release\net5.0\ITSCare.Example.Api.xml - - - - - - - all - runtime; build; native; contentfiles; analyzers; buildtransitive - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/GerstITS.Examples.Api/GerstITS - Backup (2).Examples.Api.csproj b/GerstITS.Examples.Api/GerstITS - Backup (2).Examples.Api.csproj deleted file mode 100644 index 1fa8a45..0000000 --- a/GerstITS.Examples.Api/GerstITS - Backup (2).Examples.Api.csproj +++ /dev/null @@ -1,63 +0,0 @@ - - - - ITSCare GbR - ITSCare GbR - Copyright © ITSCare GbR 2021 - ITSCare Example WebApi - 0.0.0.0 - 0.0.0.0 - 0.0.0.0 - 0.0.0.0 - - - - net5.0 - latest - - - - true - true - - 1591 - bin\Debug\net5.0\ITSCare.Example.Api.xml - - - - - true - true - - 1591 - bin\Release\net5.0\ITSCare.Example.Api.xml - - - - - - - all - runtime; build; native; contentfiles; analyzers; buildtransitive - - - - - - - - - - - - - - - - - - - - - - diff --git a/GerstITS.Examples.Api/GerstITS - Backup (3).Examples.Api.csproj b/GerstITS.Examples.Api/GerstITS - Backup (3).Examples.Api.csproj deleted file mode 100644 index 793020b..0000000 --- a/GerstITS.Examples.Api/GerstITS - Backup (3).Examples.Api.csproj +++ /dev/null @@ -1,59 +0,0 @@ - - - - ITSCare GbR - ITSCare GbR - Copyright © ITSCare GbR 2021 - ITSCare Example WebApi - 0.0.0.0 - 0.0.0.0 - 0.0.0.0 - 0.0.0.0 - - - - net5.0 - latest - - - - true - true - - 1591 - bin\Debug\net5.0\ITSCare.Example.Api.xml - - - - - true - true - - 1591 - bin\Release\net5.0\ITSCare.Example.Api.xml - - - - - - - all - runtime; build; native; contentfiles; analyzers; buildtransitive - - - - - - - - - - - - - - - - - - diff --git a/GerstITS.Examples.Api/appsettings.json b/GerstITS.Examples.Api/appsettings.json index ea76fa0..ef1c343 100644 --- a/GerstITS.Examples.Api/appsettings.json +++ b/GerstITS.Examples.Api/appsettings.json @@ -8,13 +8,8 @@ }, "AllowedHosts": "*", "WebApi": { - "SupportEMail": "support@itscare.de" + "SupportEMail": "support@someone.de" }, - "SkyNet": { - "AppId": 86, - "Audience": "39CE2111-475C-42FE-88F7-9B7A29D0262C" - }, - "LogPath": "log/{Date}.log", "SayHelloWorldJob": { "CronExpression": "*/30 * * * * ? *", "Name": "Example Job"