-
Notifications
You must be signed in to change notification settings - Fork 90
Expand file tree
/
Copy path.env.example
More file actions
81 lines (62 loc) · 2.26 KB
/
.env.example
File metadata and controls
81 lines (62 loc) · 2.26 KB
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
# Application Configurations
# You can change app base url according to your requirement
APP_BASE_URL="http://localhost:3000"
# Mailer Configuration
EMAIL_DELIVERY_METHOD='letter_opener'
DEFAULT_MAILER_SENDER="[email protected]"
REPLY_TO_EMAIL="[email protected]"
# SendGrid Email Configuration
SENDGRID_USERNAME='apikey'
SENDGRID_PASSWORD=
SMTP_DOMAIN='saeloun.com'
SMTP_PORT=587
# AWS S3 Credentials
AWS_ACCESS_KEY_ID= "<Replace with aws S3 access key id>"
AWS_SECRET_ACCESS_ID= "<Replace with aws S3 secret access key>"
AWS_S3_BUCKET_NAME= "<Replace with AWS S3 bucket name>"
AWS_REGION= "<Replace with AWS S3 Region>"
# Google Credentials
GOOGLE_OAUTH_CLIENT_ID='google-oauth-client-id'
GOOGLE_OAUTH_CLIENT_SECRET='google-oauth-client-secret'
# Application Monitoring
NEW_RELIC_LICENSE_KEY='replace with newrelic licence key'
# Stripe
STRIPE_PUBLISHABLE_KEY="stripe_publishable_key"
STRIPE_SECRET_KEY="stripe_secret_key"
STRIPE_WEBHOOK_ENDPOINT_SECRET="stripe_webhook_endpoint_secret"
#Wise
WISE_API_URL="https://api.sandbox.transferwise.tech"
WISE_ACCESS_TOKEN="access-token-12345"
WISE_PROFILE_ID="123456"
#Feature Flags
ENABLE_WEEKLY_REMINDER=
# Sentry
SENTRY_DSN=
#Database
DB_USER=
DB_PASS=
# Cable
WEBSOCKET_URL="ws://localhost:3000/cable"
SEED_DATA_FROM_CSV=true
VIRTUAL_VERIFIED_ADMIN_EMAILS=[]
CI=true
# SolidQueue Configuration
SOLID_QUEUE_USERNAME: <some_username>
SOLID_QUEUE_PASSWORD: <some_password>
MISSION_CONTROL_ENABLED=true
POSTMARK_API_TOKEN= "<Replace with postmark API Token>"
# Zerobounce Email Validation (Optional - disabled by default)
# To enable: Set ENABLE_EMAIL_VALIDATION=true and add your API key
ENABLE_EMAIL_VALIDATION=false
ZERO_BOUNCE_API_KEY="<Replace with Zerobounce API_KEY>"
# ADMIN_EMAIL= "<Optional: Email for circuit breaker alerts>"
#Cloudfare R2 credentials
CLOUDFLARE_R2_ACCESS_KEY_ID= "<Replace with cloudfare access key id>"
CLOUDFLARE_R2_SECRET_ACCESS_KEY= "<Replace with cloudfare R2 secret access key key>"
CLOUDFLARE_R2_BUCKET_NAME= "<Replace with R2 bucket name key id>"
CLOUDFLARE_R2_REGION= "auto"
CLOUDFLARE_R2_ENDPOINT= "<Replace with cloudfare R2 endpoint url>"
# Open Exchange Rates API Configuration
# Sign up at: https://openexchangerates.org/signup/free
# Free tier: 1,000 requests/month
OPEN_EXCHANGE_RATES_APP_ID=your_app_id_here