mirror of
https://github.com/hex248/sprint.git
synced 2026-02-08 02:33:01 +00:00
added jwt generation instructions
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user