diff --git a/.gitignore b/.gitignore index 9491a2f..a6585b3 100644 --- a/.gitignore +++ b/.gitignore @@ -360,4 +360,6 @@ MigrationBackup/ .ionide/ # Fody - auto-generated XML schema -FodyWeavers.xsd \ No newline at end of file +FodyWeavers.xsd +/PlaylistShared.Pwa/wwwroot/appsettings.Development.json +/PlaylistShared.Api/appsettings.Development.json diff --git a/PlaylistShared.Api/appsettings.Development.json b/PlaylistShared.Api/appsettings.Development.json deleted file mode 100644 index 2de20cd..0000000 --- a/PlaylistShared.Api/appsettings.Development.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "ConnectionStrings": { - "DefaultConnection": "Server=FRIGAT-PC;Database=PlaylistShared;Trusted_Connection=True;TrustServerCertificate=True;MultipleActiveResultSets=true" - }, - "Jwt": { - "Key": "your-32-character-secret-key-for-jwt-minimum-length", - "Issuer": "PlaylistShared.Api", - "Audience": "PlaylistShared.Client" - }, - "Yandex": { - "ClientId": "0916685f8a3641ca8fc382dbccf77236", - "ClientSecret": "f7398893cd814f8b84b85aeb2a0a6698" - }, - "Logging": { - "LogLevel": { - "Default": "Information", - "Microsoft.AspNetCore": "Warning" - } - }, - "AllowedHosts": "*" -} \ No newline at end of file diff --git a/PlaylistShared.Pwa/wwwroot/appsettings.Development.json b/PlaylistShared.Pwa/wwwroot/appsettings.Development.json deleted file mode 100644 index f0f7ccd..0000000 --- a/PlaylistShared.Pwa/wwwroot/appsettings.Development.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "ApiBaseUrl": "http://localhost:5053" -} \ No newline at end of file