2022-05-14 10:22:06 +00:00
|
|
|
APP_BASE_URL=http://localhost:3000
|
2022-05-22 00:00:12 +00:00
|
|
|
# crypto.scryptSync("je s'appelle groot", crypto.randomBytes(16), 32).toString("hex");
|
|
|
|
MASTER_ENCRYPTION_KEY=97da37a1003158d7da3d8c10186e61423fd7fa56a4565e3ba4f093b8343780a9
|
2022-05-14 10:22:06 +00:00
|
|
|
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=
|
|
|
|
|
|
|
|
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
|
|
|
|
|
2022-05-14 23:29:51 +00:00
|
|
|
PADDLE_VENDOR_ID=TODO
|
|
|
|
PADDLE_API_KEY=TODO
|
|
|
|
|
|
|
|
TWILIO_AUTH_TOKEN=TODO
|
2022-05-30 00:21:42 +00:00
|
|
|
|
|
|
|
# npx web-push generate-vapid-keys
|
|
|
|
WEB_PUSH_VAPID_PUBLIC_KEY=TODO
|
|
|
|
WEB_PUSH_VAPID_PRIVATE_KEY=TODO
|