Files
WebNovelPortal/WebNovelPortalAPI/appsettings.json

19 lines
358 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"ConnectionStrings": {
"Sqlite": "Data Source=test_db",
"PostgresSql": "placeholder"
},
"JwtBearerAuthOptions": {
"Authority": "placeholder",
"Audience": ""
},
"DatabaseProvider": "Sqlite",
"AllowedHosts": "*"
}