Revize 587b80b5
Přidáno uživatelem Dominik Chlouba před téměř 4 roky(ů)
src/Presentation/Leuze.App/appsettings.json | ||
---|---|---|
13 | 13 |
"AppSettings": { |
14 | 14 |
"DatabaseConnection": { |
15 | 15 |
"ConnectionString": "Server=localhost;Database=Leuze_Local;User Id=sa;Password=LeuzeDB01;", |
16 |
"IsInMemory": false
|
|
16 |
"IsInMemory": true
|
|
17 | 17 |
}, |
18 | 18 |
"Encryption": { |
19 | 19 |
"Key": "GY1dGVtY9bKReyFiGap1Ba7zKbZGvZWZ", |
Také k dispozici: Unified diff
Bug fixes, creating and updating user, role seed
refs #8763 @0.5h