15 lines
353 B
JSON
15 lines
353 B
JSON
{
|
|
"ConnectionStrings": {
|
|
"DefaultConnection": "Host=<YOURHOST>;Port=<YOURPORT>;Database=<DBNAME>;Username=<DBUSER>;Password=<DBPWD>;Maximum Pool Size=200;"
|
|
},
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning",
|
|
"Npgsql": "Warning"
|
|
}
|
|
},
|
|
"AllowedHosts": "*",
|
|
"KafkaHost": ""
|
|
}
|