lbry-docker/chainquery/.env
Leopere 5ef885df04 Fixes magicless chainquery and starts on bootstrap
added chainquery/.gitignore to ignore large blobs.
fixed Dockerfile up to use staged prep and production
removed db-seed.sh as we have quick-bootstrap.sh
start.sh needed modification to pull config from the right location in the linux FS
Added chainquery/.dockerignore to prevent extremely long build times in the future
Removed fancy bash vars in chainquery/.env
Started work on getting quick-bootstrap.sh ready for release.
2018-11-04 19:35:35 +00:00

13 lines
438 B
Bash

COMPOSE_PROJECT_NAME=chainquery
## Currently unused until start.sh gains magic powers.
RPC_USER=lbryrpc
RPC_PASSWORD=changeme
## This should be the internal container IP from which you'll be calling the RPC for Lbrycrdd from.
RPC_ALLOW_IP=10.5.1.3
## Mysql Creds to be shared between Chainquery and Mysql container
MYSQL_SERVER=10.5.1.10
MYSQL_USER=changeme
MYSQL_PASSWORD=changeme
MYSQL_DATABASE=chainquery
MYSQL_ROOT_PASSWORD=changeme