21 lines
378 B
JSON
21 lines
378 B
JSON
{
|
|
"Logging": {
|
|
"IncludeScopes": false,
|
|
"Debug": {
|
|
"LogLevel": {
|
|
"Default": "Warning"
|
|
}
|
|
},
|
|
"Console": {
|
|
"LogLevel": {
|
|
"Default": "Warning"
|
|
}
|
|
}
|
|
},
|
|
"ConnectionStrings": {
|
|
"thedb": "Datasource=./db/pecklist.sqlite;"
|
|
},
|
|
"JWT": {
|
|
"secret": "-------Nothing8utTheRain!-------"
|
|
}
|
|
} |