mirror of https://gitlab.com/ecentrics/concordia
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
647 B
21 lines
647 B
4 years ago
|
# Set to "CI" if in CI environment, anything else (including unset) will be ignored
|
||
|
BUILD_ENV={CI}
|
||
|
|
||
|
# Docker compose variables
|
||
|
VIRTUAL_HOST=example.com
|
||
|
VIRTUAL_PORT=3000
|
||
|
|
||
|
# If you uncomment the lines below, Concordia will become available through https BUT the rendezvous
|
||
|
# server will stop working and IPFS initialization won't complete
|
||
|
#LETSENCRYPT_HOST=example.com
|
||
|
#LETSENCRYPT_EMAIL=someemail.email.com
|
||
|
|
||
|
# Variables needed in runtime
|
||
|
# TO-NEVER-DO: change CONCORDIA_HOST to localhost
|
||
|
CONCORDIA_HOST=0.0.0.0
|
||
|
CONCORDIA_PORT=3000
|
||
|
|
||
|
# Variables needed in runtime (in browser)
|
||
|
REACT_APP_RENDEZVOUS_HOST=xx.xxx.xxx.xxx
|
||
|
REACT_APP_RENDEZVOUS_PORT=9090
|