-
-
Notifications
You must be signed in to change notification settings - Fork 304
Expand file tree
/
Copy path.env.example
More file actions
24 lines (18 loc) · 713 Bytes
/
Copy path.env.example
File metadata and controls
24 lines (18 loc) · 713 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
NODE_ENV=development
LOG_ENABLED=true
# NUM_WORKERS=1
MONGODB_URI=mongodb://localhost:27017
MONGODB_DB_NAME=dummyjson-test-db
JWT_SECRET=A_VERY_SECRET_KEY
# GOOGLE_TAG_ID=""
# GOOGLE_ADS_TXT_CONTENT=""
# AWS_ACCESS_KEY=""
# AWS_SECRET_KEY=""
# AWS_BUCKET_NAME=""
# PUSHOVER_USER_KEY=""
# PUSHOVER_API_TOKEN=""
# CLOUDFLARE_API_TOKEN=""
# CLOUDFLARE_ZONE_ID=""
# BANNER_CONTENT=""
STATS=500 million
SPONSORS_CONTENT='{"featured":[{"name":"Google","url":"https://google.com","logo":"https://thumb.wikimedia.org/wikipedia/commons/thumb/c/c1/Google_%22G%22_logo.svg/960px-Google_%22G%22_logo.svg.png","tagline":"The search engine."}],"cta":{"label":"Become a sponsor","url":"https://github.com/sponsors/Ovi"}}'