lbry-docker/www.spee.ch/.env

9 lines
251 B
Bash
Raw Normal View History

2018-09-30 22:20:19 +02:00
COMPOSE_PROJECT_NAME=speech
## This value can generally be left alone in a default setup.
MYSQL_SERVER=10.5.1.8
2018-09-30 22:20:19 +02:00
## Update the rest of these if possible.
MYSQL_USER=replaceme
MYSQL_PASSWORD=REPLACEME
MYSQL_DATABASE=speech
MYSQL_ROOT_PASSWORD=REPLACEME