18 lines
349 B
JSON
18 lines
349 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning"
|
|
}
|
|
},
|
|
"AllowedHosts": "*",
|
|
"Auth0": {
|
|
"Domain": "",
|
|
"Audience": "",
|
|
"ClientId": ""
|
|
},
|
|
"ConnectionStrings": {
|
|
"DBContext": "Host=localhost;Port=5432;Database=postgres;Username=postgres;Password=luolan12323;"
|
|
}
|
|
}
|