forked from fossasia/open-event-wsgen
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.json
28 lines (28 loc) · 813 Bytes
/
config.json
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
{
"PORT": 3000,
"DEFAULT_MAIL_STRATEGY": "Sendgrid",
"DEFAULT_FROM_EMAIL": "[email protected]",
"SMTP_HOST": "mail.smtp2go.com",
"SMTP_PORT": 2525,
"SMTP_USERNAME": "xxxx",
"SMTP_PASSWORD": "xxxx",
"SENDGRID_API_KEY": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx",
"speaker_images": {
"MAX_WIDTH": 262.5,
"MAX_HEIGHT": 262.5,
"TRACK_WIDTH_REM": 5,
"TRACK_HEIGHT_REM": 5
},
"audio_files": {
"MAX_SIZE_MB": 100
},
"proxy": "",
"CLOUD_STORAGE": "s3",
"AWS_BUCKET": "fossasia-app",
"AWS_ACCESS_KEY_ID": "XXXXXXXXXXXXXXXXXX",
"AWS_SECRET_ACCESS_KEY": "XXXXXXXXXXXXXXXXXXX",
"GITHUB_CLIENT_ID" : "XXXXXXXXXXXXXXXXXXX",
"GITHUB_CLIENT_SECRET" : "XXXXXXXXXXXXXXXXXXXXXX",
"SESSION_SECRET": "XXXXXXXXXXXXXXXXXX",
"CALLBACK_URL": "http://localhost:5000/auth/callback"
}