26 lines
802 B
Plaintext
26 lines
802 B
Plaintext
APP_BASE_URL=http://localhost:3000
|
|
|
|
INVITATION_TOKEN_SECRET=0ded075524fd19fe467eb00480b8d5d4
|
|
SESSION_SECRET=754a554f4cbf9254e50fda87b48ee52b
|
|
|
|
POSTGRES_USER=pgremixtape
|
|
POSTGRES_PASSWORD=pgpassword
|
|
POSTGRES_DB=remixtape
|
|
DATABASE_URL=postgresql://pgremixtape:pgpassword@localhost:5432/remixtape
|
|
|
|
REDIS_URL=redis://localhost:6379
|
|
REDIS_PASSWORD=
|
|
|
|
# Grab those from https://console.aws.amazon.com/ses/home
|
|
AWS_SES_REGION=eu-central-1
|
|
AWS_SES_ACCESS_KEY_ID=TODO
|
|
AWS_SES_ACCESS_KEY_SECRET=TODO
|
|
AWS_SES_FROM_EMAIL=remixtape@fake.app
|
|
|
|
# Grab those from https://dashboard.stripe.com/
|
|
STRIPE_SECRET_API_KEY=sk_TODO
|
|
STRIPE_MONTHLY_PRICE_ID=price_TODO
|
|
STRIPE_YEARLY_PRICE_ID=price_TODO
|
|
# Grab this one from the Stripe CLI logs, within the `stripe` container if you're using Docker
|
|
STRIPE_WEBHOOK_SECRET=whsec_TODO
|