diff --git a/GerstITS.Examples.Api/Common/Configurations/WebApiConfiguration.OpenApiSecurityScheme.cs b/GerstITS.Examples.Api/Common/Configurations/WebApiConfiguration.OpenApiSecurityScheme.cs index a42c5fe..a619569 100644 --- a/GerstITS.Examples.Api/Common/Configurations/WebApiConfiguration.OpenApiSecurityScheme.cs +++ b/GerstITS.Examples.Api/Common/Configurations/WebApiConfiguration.OpenApiSecurityScheme.cs @@ -2,7 +2,7 @@ using Microsoft.Net.Http.Headers; using Microsoft.OpenApi.Models; -namespace BakeTronic.Web.Api.Configurations +namespace GerstITS.Examples.Api.Configurations { internal sealed class OpenApiSecuritySchemeConfiguration : IOpenApiSecuritySchemeConfiguration { diff --git a/GerstITS.Examples.Api/Common/Configurations/WebApiConfiguration.OpenId.Validation.cs b/GerstITS.Examples.Api/Common/Configurations/WebApiConfiguration.OpenId.Validation.cs index 77deb07..b00032e 100644 --- a/GerstITS.Examples.Api/Common/Configurations/WebApiConfiguration.OpenId.Validation.cs +++ b/GerstITS.Examples.Api/Common/Configurations/WebApiConfiguration.OpenId.Validation.cs @@ -1,7 +1,7 @@ using GerstITS.Authentication.OpenId; using Microsoft.Extensions.Configuration; -namespace BakeTronic.Web.Api.Configurations +namespace GerstITS.Examples.Api.Configurations { internal class OpenIdValidationConfiguration : IOpenIdValidationConfiguration { diff --git a/GerstITS.Examples.Api/Common/Configurations/WebApiConfiguration.OpenId.cs b/GerstITS.Examples.Api/Common/Configurations/WebApiConfiguration.OpenId.cs index 595b943..d4e173b 100644 --- a/GerstITS.Examples.Api/Common/Configurations/WebApiConfiguration.OpenId.cs +++ b/GerstITS.Examples.Api/Common/Configurations/WebApiConfiguration.OpenId.cs @@ -1,5 +1,4 @@ -using BakeTronic.Web.Api.Configurations; -using GerstITS.Authentication.OpenId; +using GerstITS.Authentication.OpenId; using GerstITS.System.Configurations; using Microsoft.Extensions.Configuration; diff --git a/GerstITS.Examples.Api/Common/Configurations/WebApiConfiguration.Server.CorsPolicy.cs b/GerstITS.Examples.Api/Common/Configurations/WebApiConfiguration.Server.CorsPolicy.cs index 0441d8c..7f42d0d 100644 --- a/GerstITS.Examples.Api/Common/Configurations/WebApiConfiguration.Server.CorsPolicy.cs +++ b/GerstITS.Examples.Api/Common/Configurations/WebApiConfiguration.Server.CorsPolicy.cs @@ -2,7 +2,7 @@ using GerstITS.Web.Api.Builder; using Microsoft.Extensions.Configuration; -namespace BakeTronic.Web.Api.Configurations +namespace GerstITS.Examples.Api.Configurations { internal sealed class CorsPolicyConfiguration : ICorsPolicy, GerstITS.System.Configurations.IConfiguration { diff --git a/GerstITS.Examples.Api/Common/Configurations/WebApiConfiguration.Server.cs b/GerstITS.Examples.Api/Common/Configurations/WebApiConfiguration.Server.cs index 3b350e1..2a4fd28 100644 --- a/GerstITS.Examples.Api/Common/Configurations/WebApiConfiguration.Server.cs +++ b/GerstITS.Examples.Api/Common/Configurations/WebApiConfiguration.Server.cs @@ -1,9 +1,8 @@ -using GerstITS.Examples.Api.Configurations; -using GerstITS.System.Configurations; +using GerstITS.System.Configurations; using GerstITS.Web.Api.Builder; using Microsoft.Extensions.Configuration; -namespace BakeTronic.Web.Api.Configurations +namespace GerstITS.Examples.Api.Configurations { internal sealed class ServerConfiguration : IServerConfiguration { diff --git a/GerstITS.Examples.Api/Common/Configurations/WebApiConfiguration.Swagger.License.cs b/GerstITS.Examples.Api/Common/Configurations/WebApiConfiguration.Swagger.License.cs index e78963e..45a1660 100644 --- a/GerstITS.Examples.Api/Common/Configurations/WebApiConfiguration.Swagger.License.cs +++ b/GerstITS.Examples.Api/Common/Configurations/WebApiConfiguration.Swagger.License.cs @@ -3,9 +3,9 @@ using GerstITS.System.Configurations; using GerstITS.Web.Api.Swagger; using Microsoft.Extensions.Configuration; -namespace BakeTronic.Web.Api.Configurations +namespace GerstITS.Examples.Api.Configurations { - internal sealed class LicenseConfiguration : ILicense, GerstITS.System.Configurations.IConfiguration + internal sealed class LicenseConfiguration : ILicense, System.Configurations.IConfiguration { #region Constructors diff --git a/GerstITS.Examples.Api/Common/Configurations/WebApiConfiguration.Swagger.cs b/GerstITS.Examples.Api/Common/Configurations/WebApiConfiguration.Swagger.cs index f826c43..fd18ea6 100644 --- a/GerstITS.Examples.Api/Common/Configurations/WebApiConfiguration.Swagger.cs +++ b/GerstITS.Examples.Api/Common/Configurations/WebApiConfiguration.Swagger.cs @@ -1,11 +1,10 @@ using System; using System.Diagnostics; -using GerstITS.Examples.Api.Configurations; using GerstITS.System.Configurations; using GerstITS.Web.Api.Swagger; using Microsoft.Extensions.Configuration; -namespace BakeTronic.Web.Api.Configurations +namespace GerstITS.Examples.Api.Configurations { internal sealed class SwaggerConfiguration : ISwaggerConfiguration { diff --git a/GerstITS.Examples.Api/Common/Configurations/WebApiConfiguration.cs b/GerstITS.Examples.Api/Common/Configurations/WebApiConfiguration.cs index 2f31f16..9ef7723 100644 --- a/GerstITS.Examples.Api/Common/Configurations/WebApiConfiguration.cs +++ b/GerstITS.Examples.Api/Common/Configurations/WebApiConfiguration.cs @@ -1,5 +1,4 @@ -using BakeTronic.Web.Api.Configurations; -using GerstITS.Authentication.OpenId; +using GerstITS.Authentication.OpenId; using GerstITS.Data.EntityFramework; using GerstITS.System.Configurations; using GerstITS.Web.Api.Builder; diff --git a/GerstITS.Examples.Api/appsettings.json b/GerstITS.Examples.Api/appsettings.json index 09cb7d1..f1165f9 100644 --- a/GerstITS.Examples.Api/appsettings.json +++ b/GerstITS.Examples.Api/appsettings.json @@ -9,7 +9,7 @@ "AllowedHosts": "*", "WebApi": { "Swagger": { - "SupportEMail": "support@baketronic.com", + "SupportEMail": "support@example.com", "TermsOfService": "https://www.example.com/impressum/", "Licence": { "Name": "MIT",