Renamings
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
@@ -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
|
||||
{
|
||||
|
||||
@@ -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;
|
||||
|
||||
|
||||
@@ -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
|
||||
{
|
||||
|
||||
@@ -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
|
||||
{
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
{
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
"AllowedHosts": "*",
|
||||
"WebApi": {
|
||||
"Swagger": {
|
||||
"SupportEMail": "support@baketronic.com",
|
||||
"SupportEMail": "support@example.com",
|
||||
"TermsOfService": "https://www.example.com/impressum/",
|
||||
"Licence": {
|
||||
"Name": "MIT",
|
||||
|
||||
Reference in New Issue
Block a user