Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
nomad-lab
encyclopedia-physics-engine
Commits
b27bd37c
Commit
b27bd37c
authored
Aug 02, 2019
by
Markus Scheidgen
Browse files
Merge branch 'production' into 'master'
Production config See merge request
!2
parents
306e0b48
5b591229
Changes
2
Hide whitespace changes
Inline
Side-by-side
rest-api-service/app/config.py
View file @
b27bd37c
...
...
@@ -18,8 +18,8 @@ SECRET_KEY = 'InVzZXIxQGdtlsLmNvbSI.YH6iB4wE5dDMNjpf-cX2Q9MIjyY'
dmss_config
=
dict
(
host
=
os
.
environ
.
get
(
'ENC_DMSS_HOST'
,
'localhost'
),
port
=
int
(
os
.
environ
.
get
(
'ENC_DMSS_PORT'
,
'27017'
)),
db
=
os
.
environ
.
get
(
'ENC_DMSS_DB'
,
'nd_1_11_6_patch_
2
'
))
db
=
os
.
environ
.
get
(
'ENC_DMSS_DB'
,
'nd_1_11_6_patch_
3
'
))
es_config
=
dict
(
host
=
os
.
environ
.
get
(
'ENC_ES_HOST'
,
'localhost'
),
port
=
int
(
os
.
environ
.
get
(
'ENC_ES_PORT'
,
'9200'
)),
index
=
os
.
environ
.
get
(
'ENC_ES_INDEX'
,
'nd_1_11_6_patch_
2
'
))
index
=
os
.
environ
.
get
(
'ENC_ES_INDEX'
,
'nd_1_11_6_patch_
3
'
))
rest-api-service/requirements.txt
View file @
b27bd37c
...
...
@@ -5,7 +5,7 @@ itsdangerous==0.24
requests==2.18.3
python3-saml==1.2.3
pymongo
E
lasticsearch
e
lasticsearch
==6.2.0
redis==2.10.5
rq==0.7.1
rq-scheduler==0.7.0
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment