Started to create authorization portion pt.2
This commit is contained in:
13
BrightGlimmer.Auth/appsettings.json
Normal file
13
BrightGlimmer.Auth/appsettings.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"Logging": {
|
||||
"IncludeScopes": false,
|
||||
"LogLevel": {
|
||||
"Default": "Debug",
|
||||
"System": "Information",
|
||||
"Microsoft": "Information"
|
||||
}
|
||||
},
|
||||
"ConnectionStrings": {
|
||||
"DefaultConnection": "Filename=../BrightGlimmer.Data/bright_glimmer_auth.db"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user