added jwt generation instructions

This commit is contained in:
Oliver Bryan
2026-01-09 04:38:15 +00:00
parent de196c2e87
commit 1603fc46ef

View File

@@ -3,7 +3,8 @@ DATABASE_URL=postgres://eussi:password@localhost:5432/issue
# comma separated list of allowed origins # comma separated list of allowed origins
CORS_ORIGIN=http://localhost:1420 CORS_ORIGIN=http://localhost:1420
JWT_SECRET=TOP_SECRET_JWT_MUST_CHANGE # openssl rand -base64 32
JWT_SECRET=jwt_secret_here
S3_PUBLIC_URL=https://issuebucket.ob248.com S3_PUBLIC_URL=https://issuebucket.ob248.com
S3_ENDPOINT=https://account_id.r2.cloudflarestorage.com/issue S3_ENDPOINT=https://account_id.r2.cloudflarestorage.com/issue