# 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