forked from ddrilling/AsbCloudServer
15 lines
361 B
JSON
15 lines
361 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft": "Warning",
|
|
"Microsoft.Hosting.Lifetime": "Information"
|
|
}
|
|
},
|
|
"ConnectionStrings": {
|
|
"DefaultConnection": "Host=localhost;Database=postgres;Username=postgres;Password=q;Persist Security Info=True"
|
|
},
|
|
"AllowedHosts": "*",
|
|
"Urls": "http://0.0.0.0:5000"
|
|
}
|