2026-02-01 06:12:25 -06:00
|
|
|
{
|
|
|
|
|
"Logging": {
|
|
|
|
|
"LogLevel": {
|
|
|
|
|
"Default": "Information",
|
|
|
|
|
"Microsoft.AspNetCore": "Warning"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"AllowedHosts": "*",
|
|
|
|
|
"AppDbContextOptions": {
|
|
|
|
|
"DatabaseFilePath": "DatabaseFilePath"
|
2026-02-02 06:54:39 -06:00
|
|
|
},
|
|
|
|
|
"JwtOptions": {
|
|
|
|
|
"Audience": "Audience",
|
|
|
|
|
"Issuer": "Issuer",
|
|
|
|
|
"Secret": "Secret",
|
|
|
|
|
"ExpiryInMinutes": "ExpiryInMinutes"
|
2026-02-06 06:47:23 -06:00
|
|
|
},
|
|
|
|
|
"FileKeyRingOptions": {
|
|
|
|
|
"KeysDirectoryPath": "KeysDirectoryPath",
|
|
|
|
|
"PrimaryKeyId": "PrimaryKeyId"
|
|
|
|
|
},
|
2026-02-12 20:45:56 -06:00
|
|
|
"PlaidClientOptions": {
|
2026-02-06 06:47:23 -06:00
|
|
|
"ClientId": "ClientId",
|
2026-03-01 19:56:29 -06:00
|
|
|
"Secret": "Secret",
|
|
|
|
|
"Webhook": "Webhook"
|
2026-02-01 06:12:25 -06:00
|
|
|
}
|
|
|
|
|
}
|