Revize 23104e05
Přidáno uživatelem Dominik Chlouba před téměř 4 roky(ů)
src/Presentation/Leuze.App/appsettings.Development.json | ||
---|---|---|
3 | 3 |
"Path": "..\\Leuze.Modules\\net5.0", |
4 | 4 |
"IncludeSubPaths": false |
5 | 5 |
}, |
6 |
"AzureAd": { |
|
7 |
"Instance": "https://login.microsoftonline.com/", |
|
8 |
"Domain": "silentindustries.onmicrosoft.com", |
|
9 |
"TenantId": "8320026e-f0c8-4609-ac9e-52b0e2bb6029", |
|
10 |
"ClientId": "7be51083-d17e-4916-984e-8567b8137365", |
|
11 |
"CallbackPath": "/signin-oidc" |
|
12 |
}, |
|
6 | 13 |
"AppSettings": { |
7 | 14 |
"DatabaseConnection": { |
8 | 15 |
"ConnectionString": "Server=localhost;Database=Leuze_Local;User Id=sa;Password=LeuzeDB01;", |
9 |
"IsInMemory": false
|
|
16 |
"IsInMemory": true
|
|
10 | 17 |
}, |
11 | 18 |
"Encryption": { |
12 | 19 |
"Key": "GY1dGVtY9bKReyFiGap1Ba7zKbZGvZWZ", |
Také k dispozici: Unified diff
Implemented calling to Azure AD