FreeSql/Examples/restful/appsettings.json
2019-02-16 17:38:54 +08:00

9 lines
97 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Warning"
}
},
"AllowedHosts": "*"
}