Changeset e294f7d for ChapterX.API/appsettings.json
- Timestamp:
- 03/19/26 20:55:06 (4 months ago)
- Branches:
- main
- Children:
- b62cefc
- Parents:
- 877c13c
- File:
-
- 1 edited
-
ChapterX.API/appsettings.json (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
ChapterX.API/appsettings.json
r877c13c re294f7d 6 6 } 7 7 }, 8 "AllowedHosts": "*" 8 "AllowedHosts": "*", 9 "Jwt": { 10 "Key": "change-this-to-a-long-secret-key-at-least-32-chars!!", 11 "Issuer": "ChapterX", 12 "Audience": "ChapterX" 13 } 9 14 }
Note:
See TracChangeset
for help on using the changeset viewer.
