32 lines
821 B
JSON
32 lines
821 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning",
|
|
"Microsoft.AspNetCore.HttpLogging.HttpLoggingMiddleware": "Warning"
|
|
}
|
|
},
|
|
"AllowedHosts": "*",
|
|
"ConnectionStrings": {
|
|
"Database": "Host=localhost;Database=watchit;Username=admin;Password=6&f!jdoqYBsW8lB;Include Error Detail=True"
|
|
},
|
|
"Authentication": {
|
|
"JWT": {
|
|
"Key": "testkeytestkeytestkeytestkeytestkeytestkeytestkeytestkeytestkeytestkeytestkeytestkeytestkeytestkeytest",
|
|
"Issuer": "id.watch.it",
|
|
"Audience": "watch.it",
|
|
"Algorithm": "HS512",
|
|
"Lifetime": {
|
|
"RefreshToken": {
|
|
"Normal": 1440,
|
|
"Extended": 10080
|
|
},
|
|
"AccessToken": {
|
|
"Normal": 5,
|
|
"Extended": null
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|