Ensuring variables are consistent

This commit is contained in:
Leopere 2018-11-11 22:35:37 -05:00 committed by Mark Beamer Jr
parent 0748221f38
commit f43ce4b443
No known key found for this signature in database
GPG key ID: 1C314FB89AD76973

View file

@ -4,11 +4,11 @@ COMPOSE_PROJECT_NAME=lbrycrd
## Lbrycrd ## ## Lbrycrd ##
############# #############
## TODO: The credentials are a formality but we should randomize these with magic. ## TODO: The credentials are a formality but we should randomize these with magic.
RPC_USER=${RPC_USER=lbryrpc} RPC_USER=lbryrpc
RPC_PASSWORD=${RPC_PASSWORD:-changeme} RPC_PASSWORD=changeme
UID=$UID UID=$UID
GID=$UID GID=$UID
## This should be the internal container IP from which you'll be calling the RPC for Lbrycrdd from. ## This should be the internal container IP from which you'll be calling the RPC for Lbrycrdd from.
## TODO: make this more dynamic before we move to scalability ## TODO: make this more dynamic before we move to scalability
RPC_ALLOW_IP=${RPC_ALLOW_IP:-10.5.1.3} RPC_ALLOW_IP=10.5.1.3