Files
pecklist/appsettings.json
2018-06-28 23:08:13 +00:00

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!-------"
}
}