list twilio phone numbers
This commit is contained in:
11
.env.example
11
.env.example
@ -11,15 +11,12 @@ 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
|
||||
PADDLE_VENDOR_ID=TODO
|
||||
PADDLE_API_KEY=TODO
|
||||
|
||||
TWILIO_AUTH_TOKEN=TODO
|
||||
|
Reference in New Issue
Block a user