18 lines
394 B
JSON
18 lines
394 B
JSON
{
|
|
"ConnectionStrings": {
|
|
"TodoDatabase": "Data Source=data/todo.db"
|
|
},
|
|
"APIKeyFile": "data/apikeys.json",
|
|
"AllowedOrigins": [
|
|
"http://localhost:5123",
|
|
"http://localhost:7291",
|
|
"https://gitea.jumpersplace.net"
|
|
],
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning"
|
|
}
|
|
},
|
|
"AllowedHosts": "*"
|
|
} |