lbry-docker/lbrycrd/.env

6 lines
236 B
Bash
Raw Normal View History

COMPOSE_PROJECT_NAME=lbrycrd
RPC_USER=${RPC_USER=lbryrpc}
RPC_PASSWORD=${RPC_PASSWORD:-changeme}
## This should be the internal container IP from which you'll be calling the RPC for Lbrycrdd from.
2018-10-11 02:57:06 +02:00
RPC_ALLOW_IP=${RPC_ALLOW_IP:-10.5.1.3}