Files
DiunaBI/WebAPI/appsettings.Development.json

24 lines
791 B
JSON
Raw Normal View History

2023-02-22 12:12:38 +01:00
{
"PONG": "Development",
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*",
"ConnectionStrings": {
2023-08-20 19:13:06 +02:00
"SQLDatabase": "Server=tcp:127.0.0.1,1433;Initial Catalog=diunabi-morska;Persist Security Info=False;User ID=SA;Password=v](8Lc|RfG;MultipleActiveResultSets=False;Encrypt=False;TrustServerCertificate=False;Connection Timeout=30;"
2023-02-22 12:12:38 +01:00
},
"GoogleClientId": "107631825312-bkfe438ehr9k9ecb2h76g802tj6advma.apps.googleusercontent.com",
"Secret": "8393AF8EAEF8478CB738D44858690F9C7E2D19F65896DD9FBAA3EB2A6F493E80",
2023-08-20 13:05:10 +02:00
"apiKey": "10763478CB738D4ecb2h76g803478CB738D4e",
2023-02-22 12:12:38 +01:00
"Kestrel": {
"Endpoints": {
"Http": {
"Url": "http://localhost:5400"
}
}
}
}