1
0
mirror of https://github.com/fspc/biketree.git synced 2025-02-22 08:53:24 -05:00

Makes container_name the host for mysql in settings.

This commit is contained in:
Jonathan Rosenbaum 2017-09-05 07:11:11 +00:00
parent ec3c715704
commit 7793ad6921

View File

@ -8,7 +8,7 @@ $cfg_email="jr@bikelover.org";
$cfg_fax="";
$cfg_website="http://biketree.wvcompletestreets.org";
$cfg_other="";
$cfg_server="mysql";
$cfg_server="biketree-mysql";
$cfg_database="biketree";
$cfg_username="biketree";
$cfg_password="password";
@ -34,7 +34,7 @@ $cfg_administratorTitle="Administrator";
$cfg_mechanicTitle="Mechanic";
$cfg_mustOpen="0";
# weird stuff has to use mysql host, this time 172.17.0.32
$db_host = "localhost";
$db_host = "biketree-mysql";
$db_user = "biketree";
$db_pwd = "password";
$database = "biketree";