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.
13 lines
444 B
13 lines
444 B
4 years ago
|
# This is an example development configuration for the app
|
||
|
# To create your own configuration, copy this one and ommit the ".example" from the filename, then change the
|
||
|
# environment cariables to the prefered values.
|
||
|
|
||
|
# Node dev-server host & port
|
||
|
HOST=localhost
|
||
|
PORT=7000
|
||
|
|
||
|
# Variables needed in runtime (in browser)
|
||
|
# Carefull, IPFS won't accept localhost as a valid hostname
|
||
|
REACT_APP_RENDEZVOUS_HOST=localhost
|
||
|
REACT_APP_RENDEZVOUS_PORT=9090
|