CbgrPractice/FinalTask/StatsAPI/appsettings.json

13 lines
273 B
JSON
Raw Normal View History

2022-08-31 23:07:28 +00:00
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*",
"ConnectionStrings": {
"Postgres": "host=postgres-mobile;port=5432;database=mobile;username=postgres;password=postgres"
}
}