feat: add config example

This commit is contained in:
saingchildren 2026-04-29 11:02:09 +08:00
parent 4eff146158
commit 1936795778

View File

@ -1,9 +1,13 @@
{ {
"ConnectionStrings": {
"DefaultConnection": "Host=<YOURHOST>;Port=<YOURPORT>;Database=<DBNAME>;Username=<DBUSER>;Password=<DBPWD>;Maximum Pool Size=200;"
},
"Logging": { "Logging": {
"LogLevel": { "LogLevel": {
"Default": "Information", "Default": "Information",
"Microsoft.AspNetCore": "Warning" "Microsoft.AspNetCore": "Warning"
} }
}, },
"AllowedHosts": "*" "AllowedHosts": "*",
"KafkaHost": ""
} }