GeoPulse_Pipeline/GeoPulse Pipeline/appsettings.json
2026-04-29 11:02:09 +08:00

14 lines
326 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"
}
},
"AllowedHosts": "*",
"KafkaHost": ""
}