This commit is contained in:
21
appsettings.json
Normal file
21
appsettings.json
Normal file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"Logging": {
|
||||
"IncludeScopes": false,
|
||||
"Debug": {
|
||||
"LogLevel": {
|
||||
"Default": "Warning"
|
||||
}
|
||||
},
|
||||
"Console": {
|
||||
"LogLevel": {
|
||||
"Default": "Warning"
|
||||
}
|
||||
}
|
||||
},
|
||||
"ConnectionStrings": {
|
||||
"thedb": "Datasource=./db/pecklist.sqlite;"
|
||||
},
|
||||
"JWT": {
|
||||
"secret": "-------Nothing8utTheRain!-------"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user