-
Notifications
You must be signed in to change notification settings - Fork 43
Expand file tree
/
Copy path.env.example
More file actions
45 lines (43 loc) · 1.48 KB
/
.env.example
File metadata and controls
45 lines (43 loc) · 1.48 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
DATABASE_NAME=staging
DATABASE_URL=mysql://username:password@hostname:port/database
TWILIO_ACCOUNT_SID=ACCOUNT_ID
TWILIO_AUTH_TOKEN=ACCOUNT_TOKEN
TWILIO_SERVICE_SID=XXX
CONVEYOR_POSTING_WIF=CONVEYOR_KEY
CONVEYOR_USERNAME=CONVEYOR_USERNAME
# SMTP Configuration (Required for email sending)
SMTP_HOST=email-smtp.us-east-1.amazonaws.com
SMTP_PORT=587
SMTP_USER=AKIAIOSFODNN7EXAMPLE
SMTP_PASS=YOUR_SMTP_PASSWORD
SMTP_FROM=noreply@example.com
# Optional: SMTP_SECURE (auto-detected based on port, 465=true, others=false)
# SMTP_SECURE=false
# Optional: SMTP_REJECT_UNAUTHORIZED (default: true, verify certificates)
# SMTP_REJECT_UNAUTHORIZED=true
# Newsletter Configuration (Required)
NEWSLETTER_URL=https://newsletter.example.com/api/subscribe
NEWSLETTER_LIST=steem-faucet-users
JWT_SECRET=JWT_SECRET
CREATE_USER_SECRET=XXX
CREATE_USER_URL=https://steemit.com/api/create_user
LOG_LEVEL=debug
PORT=3001
STEEMJS_URL=https://api.steemit.com
DEFAULT_REDIRECT_URI=https://steemit.com/login.html#account={{username}}
REACT_DISABLE_ACCOUNT_CREATION=false
ANALYTICS_UPDATE_SUPERKEY=123456
INTERNAL_API_TOKEN=xxxx
PENDING_CLAIMED_ACCOUNTS_THRESHOLD=100
COUNTRY_CODE=cn
COUNTRY_NUMBER=998,886,252,32
DELAY_SEND_SMS_COUNTRY_NUMBER=998
DELAY_SEND_SMS_TIMEOUT=3600
DELAY_SEND_SMS_TIMEOUT_WHEN_REG_NOT_SUCCESS=7200
HIGH_FREQUENCY_TIME_RANGE=2
HIGH_FREQUENCY_COUNT=10
CREATOR_INFO=steem|steemcurator01|steemcurator02|booming01|booming02|booming03|booming04
GOOGLE_ANALYTICS_ID=
TURNSTILE_SWITCH=
TURNSTILE_SECRET=
TURNSTILE_SITE_KEY=