feat: add config example
This commit is contained in:
parent
4eff146158
commit
1936795778
@ -1,9 +1,13 @@
|
||||
{
|
||||
"ConnectionStrings": {
|
||||
"DefaultConnection": "Host=<YOURHOST>;Port=<YOURPORT>;Database=<DBNAME>;Username=<DBUSER>;Password=<DBPWD>;Maximum Pool Size=200;"
|
||||
},
|
||||
"Logging": {
|
||||
"LogLevel": {
|
||||
"Default": "Information",
|
||||
"Microsoft.AspNetCore": "Warning"
|
||||
}
|
||||
},
|
||||
"AllowedHosts": "*"
|
||||
"AllowedHosts": "*",
|
||||
"KafkaHost": ""
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user