2018-10-06 23:51:03 +02:00
|
|
|
COMPOSE_PROJECT_NAME=chainquery
|
2018-11-05 04:42:35 +01:00
|
|
|
|
|
|
|
#########################
|
|
|
|
## Chainquery Settings ##
|
|
|
|
#########################
|
|
|
|
RPC_USER=lbryrpc ## Not super necessery to change this.
|
|
|
|
RPC_PASSWORD=changeme ## Please replace changeme.
|
|
|
|
RPC_ALLOW_IP=10.5.1.3 ## You're better off not changing this.
|
|
|
|
|
|
|
|
#################
|
|
|
|
## Mysql Creds ##
|
|
|
|
#################
|
|
|
|
MYSQL_SERVER=10.5.1.10 ## You're better off not changing this.
|
|
|
|
MYSQL_USER=changeme ## This could be changed.
|
|
|
|
MYSQL_PASSWORD=changeme ## This could be set to something random it sets this string for both Mysql's main user and Chainquery's MysqlDSN.
|
|
|
|
MYSQL_DATABASE=chainquery ## This can stay the same.
|
|
|
|
MYSQL_ROOT_PASSWORD=changeme ## Set this to something random and obnoxious we're not using it.
|