mycorerepository/MyCore/appsettings.json
ThomasFransolet f09d2ae460 first commit
2019-03-18 22:09:30 +01:00

16 lines
276 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Warning"
}
},
"AllowedHosts": "*",
"SecuritySettings": {
"Secret": "azertyuiopqsdfgh",
"Issuer": "MyCore",
"Audience": "the client of your app",
"IdType": "Name",
"TokenExpiryInHours": 2
}
}