forked from myriadsocial/myriad-api
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env-template
More file actions
47 lines (38 loc) · 681 Bytes
/
.env-template
File metadata and controls
47 lines (38 loc) · 681 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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
DOMAIN=
# MYRIAD
MYRIAD_ADMIN_SUBSTRATE_MNEMONIC=
MYRIAD_ADMIN_NEAR_MNEMONIC=
# JWT
JWT_TOKEN_SECRET_KEY=
JWT_TOKEN_EXPIRES_IN=
JWT_REFRESH_TOKEN_SECRET_KEY=
JWT_REFRESH_TOKEN_EXPIRES_IN=
# MONGO
MONGO_PROTOCOL=
MONGO_HOST=
MONGO_PORT=
MONGO_USER=
MONGO_PASSWORD=
MONGO_DATABASE=
MONGO_URL=
# REDIS
REDIS_CONNECTOR=
REDIS_HOST=
REDIS_PORT=
REDIS_PASSWORD=
# SMTP
SMTP_SERVER=
SMTP_PORT=
SMTP_USERNAME=
SMTP_PASSWORD=
SMTP_SENDER_ADDRESS=
# FIREBASE
# Path to sevice account credential file, e.g /etc/gcp/sa_credentials.json
GOOGLE_APPLICATION_CREDENTIALS=
FIREBASE_STORAGE_BUCKET=
# SENTRY
SENTRY_DSN=
# TWITTER
TWITTER_API_KEY=
# COIN MARKET CAP
COIN_MARKET_CAP_API_KEY=