Files
fubon-api/appsettings.Development.json

14 lines
255 B
JSON

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