key4intranet/key4intranet.Api/appsettings.json

27 lines
675 B
JSON
Raw Normal View History

2021-06-18 10:37:33 +02:00
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft": "Warning",
"Microsoft.Hosting.Lifetime": "Information"
}
},
"Settings": {
"sourceFolderPath": "localhost\\key4intranet",
"ressourcesPath": "\\key4intranet.library\\"
},
"Authentication": {
"JwtIssuer": "api.key4intranet.key4events.com",
"Entities": [
{
"Id": "30ea838e-8e26-4bda-9eec-71d06b2ae1bb",
"Mail": "dev@itzpompom.fr",
"Pass": "AQAAAAEAACcQAAAAEI/jgRnG93m/EROa8A5pt6JF8kSMEngLokdkV2DO/1mTNBXytIR1+NwrUD/J/VgpMQ==",
"Name": "PomPom",
"Roles": [ "KEY4ADMIN" ]
}
]
},
"AllowedHosts": "*"
}