-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathenv_template
More file actions
32 lines (29 loc) · 1.02 KB
/
env_template
File metadata and controls
32 lines (29 loc) · 1.02 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
# docker-compose arguments
# General args
#NODE_VER=10
#NGINX_VER=latest
#MONGO_VER=latest
# Args for riff-server service
#AUTH_ON=true
#AUTH_TOKEN_EXPIRESIN=1000d
#AUTH_TOKEN_SECRET=my-secret
#CRYPTO_KEY="'your-key-here'"
#DEFAULT_USER_EMAIL=default-user-email
#DEFAULT_USER_PASSWORD=default-user-password
#MONGODB_URI=mongodb://mongo-server/riff-test
#MONGO_CERT=some-fake-cert
#REPORT_EMAIL_FROM="'MM Reports' <email@address.com>"
#REPORT_EMAIL_HOST="smtp server here"
#REPORT_EMAIL_LOGIN=email@address.com
#REPORT_EMAIL_PASSWORD=emailpassword
#REPORT_EMAIL_SUBJECT="Your Group Discussion Report"
#REPORT_EMAIL_TEXT="See attached for a visual report of your recent group discussion!"
#SEND_REPORT=false
#END_MEETING_AFTER_MINUTES=2
# Args for riff-rtc service
#FIREBASE_CONFIG={ "apiKey": "", "authDomain": "", "databaseURL": "", "projectId": "", "storageBucket": "", "messagingSenderId": "" }
#DATASERVER_EMAIL=default-user-email
#DATASERVER_PASSWORD=default-user-password
#SESSION_SECRET=secret
#CONSUMER_KEY=key
#CONSUMER_SECRET=secret