ignore
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -361,3 +361,5 @@ MigrationBackup/
|
|||||||
|
|
||||||
# Fody - auto-generated XML schema
|
# Fody - auto-generated XML schema
|
||||||
FodyWeavers.xsd
|
FodyWeavers.xsd
|
||||||
|
/PlaylistShared.Pwa/wwwroot/appsettings.Development.json
|
||||||
|
/PlaylistShared.Api/appsettings.Development.json
|
||||||
|
|||||||
@@ -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": "*"
|
|
||||||
}
|
|
||||||
@@ -1,3 +0,0 @@
|
|||||||
{
|
|
||||||
"ApiBaseUrl": "http://localhost:5053"
|
|
||||||
}
|
|
||||||
Reference in New Issue
Block a user