2022-04-29 12:40:25 +00:00
|
|
|
{
|
|
|
|
|
"Logging": {
|
|
|
|
|
"LogLevel": {
|
2022-08-27 19:58:22 +00:00
|
|
|
"Default": "Debug",
|
2022-06-20 18:27:47 +00:00
|
|
|
"Microsoft.EntityFrameworkCore": "Warning",
|
2022-08-27 19:58:22 +00:00
|
|
|
"Microsoft.AspNetCore": "Debug"
|
2022-04-29 12:40:25 +00:00
|
|
|
}
|
|
|
|
|
},
|
2022-08-31 13:47:10 +00:00
|
|
|
"AllowedHosts": "*",
|
2022-09-02 11:18:53 +00:00
|
|
|
"ConnectionStrings": {
|
2023-01-10 13:32:14 +00:00
|
|
|
"Sqlite": "Data Source=elsa.sqlite.db;Cache=Shared;"
|
2022-09-02 11:18:53 +00:00
|
|
|
},
|
2022-08-31 13:47:10 +00:00
|
|
|
"Identity": {
|
2023-01-02 21:24:05 +00:00
|
|
|
"CreateDefaultAdmin": true,
|
|
|
|
|
"Tokens": {
|
|
|
|
|
"SigningKey": "secret-signing-key",
|
2023-01-13 21:55:08 +00:00
|
|
|
"AccessTokenLifetime": "0:10:00",
|
|
|
|
|
"RefreshTokenLifetime": "1:00:00"
|
2023-01-02 21:24:05 +00:00
|
|
|
}
|
2022-08-31 13:47:10 +00:00
|
|
|
}
|
2022-04-29 12:40:25 +00:00
|
|
|
}
|