database name gets set to social

This commit is contained in:
Oleg Silkin 2020-04-06 19:13:12 -04:00
parent 80f77218f9
commit d25e03d853
2 changed files with 2 additions and 2 deletions

View file

@ -13,7 +13,7 @@ testing:
# actual database should be running MySQL
production:
database: mysql
name: lbry
name: social
user: lbry
password: lbry
host: localhost

View file

@ -10,7 +10,7 @@ services:
- "3306:3306"
environment:
- MYSQL_ALLOW_EMPTY_PASSWORD=true
- MYSQL_DATABASE=lbry
- MYSQL_DATABASE=social
- MYSQL_USER=lbry
- MYSQL_PASSWORD=lbry
- MYSQL_LOG_CONSOLE=true