2019-04-25 20:41:42 -04:00
|
|
|
## Contains environment variables for lbrycrd containers
|
2018-11-09 01:30:21 -05:00
|
|
|
#############
|
|
|
|
## Lbrycrd ##
|
|
|
|
#############
|
|
|
|
## TODO: The credentials are a formality but we should randomize these with magic.
|
2018-11-11 22:35:37 -05:00
|
|
|
RPC_USER=lbryrpc
|
|
|
|
RPC_PASSWORD=changeme
|
2018-11-09 01:30:21 -05:00
|
|
|
UID=$UID
|
|
|
|
GID=$UID
|
|
|
|
|
2018-10-02 16:36:52 -04:00
|
|
|
## This should be the internal container IP from which you'll be calling the RPC for Lbrycrdd from.
|
2018-11-09 01:30:21 -05:00
|
|
|
## TODO: make this more dynamic before we move to scalability
|
2018-11-11 22:35:37 -05:00
|
|
|
RPC_ALLOW_IP=10.5.1.3
|