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
5b591229
Commit
5b591229
authored
Aug 02, 2019
by
Markus Scheidgen
Browse files
Update config.py
parent
9b2ed15d
Changes
1
Hide whitespace changes
Inline
Side-by-side
rest-api-service/app/config.py
View file @
5b591229
...
...
@@ -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
'
))
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