This repository has been archived by the owner on Jul 12, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
.env.example
62 lines (47 loc) · 1.9 KB
/
.env.example
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
SERVER_PORT=8082
SECRET_KEY=profile-api-secret-key
RUN_CRONJOBS=True
ASSIST_API_URL=http://localhost:9002
ASSIST_SECRET_KEY=assist-restapi-secret-key
TUUMVAULT_API_URL=http://localhost:9001
TUUMVAULT_MNEMONIC="curious push water point border mutual install govern message ordinary fish small"
TUUMVAULT_DID="did:elastos:iag8qwq1xPBpLsGv4zR4CmzLpLUkBNfPHX"
TUUMVAULT_APP_DID="did:elastos:iag8qwq1xPBpLsGv4zR4CmzLpLUkBNfPHX"
TWITTER_API_KEY=twitter_api_key
TWITTER_API_SECRET=twitter_api_secret
TWITTER_CALLBACK_URL=http://localhost:3000/twitter_callback
LINKEDIN_API_KEY=linkedin_api_key
LINKEDIN_API_SECRET=linkedin_api_secret
LINKEDIN_CALLBACK_URL=http://localhost:3000/linkedin_callback
GOOGLE_CLIENT_ID=google_client_id
GOOGLE_CLIENT_SECRET=google_client_secret
GOOGLE_CALLBACK_URL=http://localhost:3000/google_callback
FACEBOOK_CLIENT_ID=facebook_client_id
FACEBOOK_CLIENT_SECRET=facebook_client_secret
FACEBOOK_CALLBACK_URL=http://localhost:3000/facebook_callback
GITHUB_CLIENT_ID=github_client_id
GITHUB_CLIENT_SECRET=github_client_secret
GITHUB_CALLBACK_URL=http://localhost:3000/github_callback
DISCORD_CLIENT_ID=discord_client_id
DISCORD_CLIENT_SECRET=discord_client_secret
DISCORD_CALLBACK_URL=http://localhost:3000/discord_callback
EMAIL_VERIFICATION_CALLBACK=http://localhost:3000/verify/email
EMAIL_UPDATE_CALLBACK=http://localhost:3000/update/email
EMAIL_SENDER='[email protected]'
EMAIL_SMTP_SERVER='smtp.example.com'
EMAIL_SMTP_USERNAME='[email protected]'
EMAIL_SMTP_PASSWORD='password'
EMAIL_SMTP_PORT=587
EMAIL_SMTP_TLS=False
GITHUB_API_TOKEN="api_token"
GITHUB_API_USER="api_user"
TWILIO_ACCOUNT_SID="account_sid"
TWILIO_AUTH_TOKEN="auth_token"
TWILIO_PHONE_NUMBER="+14159492254"
DID_STORE_PATH="./didstore"
DID_STORE_PASSWORD=passw
OPENSEA_API_KEY="opensea-api-key"
MORALIS_SERVER_URL="moralis_server_url"
MORALIS_APP_ID="moralis_app_id"
MORALIS_MASTER_KEY="moralis_master_key"