Files
fubon-api/appsettings.json

16 lines
277 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"FubonSettings":{
"Id": "UserId",
"Password": "Password",
"CertPath": "./static",
"CertPassword":"CertPassword"
},
"AllowedHosts": "*"
}