17 lines
390 B
JSON
17 lines
390 B
JSON
{
|
|
"ConnectionStrings": {
|
|
"DefaultConnection": "Host=192.168.100.10;Port=5432;Database=fengling_auth;Username=movingsam;Password=sl52788542"
|
|
},
|
|
"OpenIddict": {
|
|
"Issuer": "https://auth.fengling.local",
|
|
"Audience": "fengling-api"
|
|
},
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning"
|
|
}
|
|
},
|
|
"AllowedHosts": "*"
|
|
}
|