-
Notifications
You must be signed in to change notification settings - Fork 58
Expand file tree
/
Copy path.env.sample
More file actions
30 lines (26 loc) · 802 Bytes
/
.env.sample
File metadata and controls
30 lines (26 loc) · 802 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# Copy this file to .env and fill in real values for production
# For local development/testing, these dummy values should work
# Required for app boot
SMTP_DOMAIN=example.com
AWS_ACCESS_KEY_ID=test
AWS_SECRET_ACCESS_KEY=test
DEVISE_SECRET_KEY=test
SIDEKIQ_WEB_USER=admin
SIDEKIQ_WEB_PASSWORD=password
STRIPE_PUBLISHABLE_KEY=pk_test_xxx
STRIPE_SECRET_KEY=sk_test_xxx
STRIPE_PLAN_NAME=basic
STRIPE_PRICE_ID=price_xxx
STRIPE_WEBHOOK_SECRET=whsec_xxx
ADMIN_EMAILS=admin@example.com
# Redis (defaults to localhost if not set)
REDIS_URL=redis://localhost:6379/0
# SMTP (only needed for sending emails)
# SMTP_ADDRESS=smtp.sendgrid.net
# SENDGRID_API_KEY=your_api_key
# Optional
# SECRET_KEY_BASE=generate_with_rake_secret
# AIRBRAKE_PROJECT_ID=
# AIRBRAKE_PROJECT_KEY=
# SEGMENT_IO_KEY=
# ANNOUNCEMENT=