lbry-docker/environment/lbrycrd.env
2019-10-10 11:14:28 -04:00

14 lines
424 B
Bash

## Contains environment variables for lbrycrd containers
#############
## Lbrycrd ##
#############
## TODO: The credentials are a formality but we should randomize these with magic.
RPC_USER=lbryrpc
RPC_PASSWORD=changeme
UID=$UID
GID=$UID
## 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
RPC_ALLOW_IP=10.6.1.3