-
Notifications
You must be signed in to change notification settings - Fork 36
/
.env.docker
43 lines (40 loc) · 1.06 KB
/
.env.docker
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
SECRET_KEY=s3cr3t
DEBUG=True
DB_NAME=django
DB_USER=root
DB_PASSWORD=root
DB_HOST=db
DB_PORT=3306
ALLOWED_HOSTS=*,localhost, 10.129.132.146
GOOGLE_RECAPTCHA_SECRET_KEY=s3cr3t
EMAIL_HOST=localhost
EMAIL_HOST_USER=
EMAIL_HOST_PASSWORD=
EMAIL_PORT=25
EMAIL_USE_TLS=False
SOCIAL_AUTH_GOOGLE_OAUTH2_KEY=s3cr3t.apps.googleusercontent.com
SOCIAL_AUTH_GOOGLE_OAUTH2_SECRET=s3cr3t
LOG_TYPE=TOSERVER
LOG_PROTOCOL=http
LOG_ADDRESS=logstash
LOG_PORT=5000
LOG_STORE=debug.log
LOG_USE_PROXY=False
URL_BASIC=http://localhost:8000/
PAGE_SIZE=1000
MAX_PAGE_SIZE=10000
EVENTAPI_TOKEN_USERNAME=eventloguser
EVENTAPI_TOKEN_PASSWORD=eventlogpass
EVENT_API_TOKEN=7f8bbb37b78cd65ba1af7f669a1251d5e000b5ff
ELASTICSEARCH_ADDRESS=elasticsearch
NODE_SERVER_APIURL=http://ether
NODESERVERPORT=9001
APIKEY=c1f3ae385ed34c9571261c2a439248843e792ae43fefdec6ace2bb6eb80ac65b
ETHERPAD_URL=http://localhost:9001
COLLAB_ROOT=http://172.17.0.1:7000/
H5P_ROOT=http://172.17.0.1:8000/
RecommendationIP=172.17.0.1
RecommendationPort=3445
CAPTCHA=False
REALTIME_EDITOR=True