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