lbry-docker/lbrycrd/env

15 lines
397 B
Text
Raw Normal View History

COMPOSE_PROJECT_NAME=lbrycrd
#############
## Lbrycrd ##
#############
## TODO: The credentials are a formality but we should randomize these with magic.
2018-11-12 04:35:37 +01:00
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
2018-11-12 04:35:37 +01:00
RPC_ALLOW_IP=10.5.1.3