You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
415 B
17 lines
415 B
{ |
|
"ConnectionStrings": { |
|
"DefaultConnection": "Data Source=./Database.db" |
|
}, |
|
"AzureAdB2C": { |
|
"Authority": "https://aadB2CInstance.b2clogin.com/qualified.domain.name/b2c_1_susi", |
|
"ClientId": "33333333-3333-3333-33333333333333333", |
|
"ValidateAuthority": false |
|
}, |
|
"Logging": { |
|
"LogLevel": { |
|
"Default": "Debug", |
|
"System": "Information", |
|
"Microsoft": "Warning" |
|
} |
|
} |
|
}
|
|
|