14 lines
255 B
JSON
14 lines
255 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning"
|
|
}
|
|
},
|
|
"FubonSettings":{
|
|
"Id": "UserId",
|
|
"Password": "Password",
|
|
"CertPath": "./static",
|
|
"CertPassword":"CertPassword"
|
|
}
|
|
} |