Files
sprint/packages/backend/.env.example
Oliver Bryan 54a32676b4 s3 setup
2026-01-01 06:56:35 +00:00

12 lines
383 B
Plaintext

DATABASE_URL=postgres://eussi:password@localhost:5432/issue
# comma separated list of allowed origins
CORS_ORIGIN=http://localhost:1420
JWT_SECRET=TOP_SECRET_JWT_MUST_CHANGE
S3_PUBLIC_URL=https://issuebucket.ob248.com
S3_ENDPOINT=https://account_id.r2.cloudflarestorage.com/issue
S3_ACCESS_KEY_ID=your_access_key_id
S3_SECRET_ACCESS_KEY=your_secret_access_key
S3_BUCKET_NAME=issue