mirror of
https://github.com/hex248/sprint.git
synced 2026-02-07 18:23:03 +00:00
22 lines
606 B
Plaintext
22 lines
606 B
Plaintext
DATABASE_URL=postgres://eussi:password@localhost:5432/issue
|
|
|
|
# comma separated list of allowed origins
|
|
CORS_ORIGIN=http://localhost:1420
|
|
|
|
# openssl rand -base64 32
|
|
JWT_SECRET=jwt_secret_here
|
|
|
|
S3_PUBLIC_URL=https://images.sprintpm.org
|
|
S3_ENDPOINT=https://account_id.r2.cloudflarestorage.com/sprint
|
|
S3_ACCESS_KEY_ID=your_access_key_id
|
|
S3_SECRET_ACCESS_KEY=your_secret_access_key
|
|
S3_BUCKET_NAME=sprint
|
|
|
|
STRIPE_PUBLISHABLE_KEY=your_stripe_publishable_key
|
|
STRIPE_SECRET_KEY=your_stripe_secret_key
|
|
|
|
RESEND_API_KEY=re_xxxxxxxxxxxxxxxx
|
|
EMAIL_FROM=Sprint <support@sprintpm.org>
|
|
|
|
SEED_PASSWORD=replace-in-production
|