mirror of https://gitlab.com/ecentrics/concordia
Apostolos Fanakis
5 years ago
7 changed files with 37 additions and 25 deletions
@ -1,5 +1,7 @@ |
|||||
env/ |
env/ |
||||
node_modules/ |
node_modules/ |
||||
package-lock.json |
package-lock.json |
||||
|
yarn.lock |
||||
app/node_modules/ |
app/node_modules/ |
||||
app/package-lock.json |
app/package-lock.json |
||||
|
app/yarn.lock |
||||
|
@ -1,19 +1,23 @@ |
|||||
# Docker compose variables |
# Docker compose variables |
||||
VIRTUAL_HOST=apella.tk |
VIRTUAL_HOST=example.com |
||||
VIRTUAL_PORT=3000 |
VIRTUAL_PORT=3000 |
||||
|
|
||||
# If you uncomment the lines below, Apella will become available through https BUT the rendezvous |
# If you uncomment the lines below, Apella will become available through https BUT the rendezvous |
||||
# server will stop working and IPFS initialization won't complete |
# server will stop working and IPFS initialization won't complete |
||||
#LETSENCRYPT_HOST=apella.tk |
#LETSENCRYPT_HOST=example.com |
||||
#LETSENCRYPT_EMAIL=apotwohd@gmail.com |
#LETSENCRYPT_EMAIL=someemail.email.com |
||||
|
|
||||
# Variables needed in build time |
# Variables needed in build time |
||||
# to_never_do: change bellow to localhost |
# to_never_do: change APELLA_HOST to localhost |
||||
APELLA_HOST=0.0.0.0 |
APELLA_HOST=0.0.0.0 |
||||
APELLA_PORT=3000 |
APELLA_PORT=3000 |
||||
GANACHE_HOST=79.103.177.105 |
GANACHE_HOST=xx.xxx.xxx.xxx |
||||
GANACHE_PORT=8545 |
GANACHE_PORT=8545 |
||||
|
|
||||
|
# react-scripts host and port vars |
||||
|
HOST=0.0.0.0 |
||||
|
PORT=3000 |
||||
|
|
||||
# Variables needed in runtime (in browser) |
# Variables needed in runtime (in browser) |
||||
REACT_APP_RENDEZVOUS_HOST=83.212.109.171 |
REACT_APP_RENDEZVOUS_HOST=xx.xxx.xxx.xxx |
||||
REACT_APP_RENDEZVOUS_PORT=9090 |
REACT_APP_RENDEZVOUS_PORT=9090 |
||||
|
Loading…
Reference in new issue