chore: add example jwt options in example settings file

This commit is contained in:
Stevan Freeborn
2026-02-02 06:54:39 -06:00
parent b535c0a121
commit ee6abc4559
@@ -8,5 +8,11 @@
"AllowedHosts": "*", "AllowedHosts": "*",
"AppDbContextOptions": { "AppDbContextOptions": {
"DatabaseFilePath": "DatabaseFilePath" "DatabaseFilePath": "DatabaseFilePath"
},
"JwtOptions": {
"Audience": "Audience",
"Issuer": "Issuer",
"Secret": "Secret",
"ExpiryInMinutes": "ExpiryInMinutes"
} }
} }