mirror of
https://github.com/fspc/biketree.git
synced 2025-02-22 17:03:23 -05:00
Makes container_name the host for mysql in settings.
This commit is contained in:
parent
ec3c715704
commit
7793ad6921
@ -8,7 +8,7 @@ $cfg_email="jr@bikelover.org";
|
|||||||
$cfg_fax="";
|
$cfg_fax="";
|
||||||
$cfg_website="http://biketree.wvcompletestreets.org";
|
$cfg_website="http://biketree.wvcompletestreets.org";
|
||||||
$cfg_other="";
|
$cfg_other="";
|
||||||
$cfg_server="mysql";
|
$cfg_server="biketree-mysql";
|
||||||
$cfg_database="biketree";
|
$cfg_database="biketree";
|
||||||
$cfg_username="biketree";
|
$cfg_username="biketree";
|
||||||
$cfg_password="password";
|
$cfg_password="password";
|
||||||
@ -34,7 +34,7 @@ $cfg_administratorTitle="Administrator";
|
|||||||
$cfg_mechanicTitle="Mechanic";
|
$cfg_mechanicTitle="Mechanic";
|
||||||
$cfg_mustOpen="0";
|
$cfg_mustOpen="0";
|
||||||
# weird stuff has to use mysql host, this time 172.17.0.32
|
# weird stuff has to use mysql host, this time 172.17.0.32
|
||||||
$db_host = "localhost";
|
$db_host = "biketree-mysql";
|
||||||
$db_user = "biketree";
|
$db_user = "biketree";
|
||||||
$db_pwd = "password";
|
$db_pwd = "password";
|
||||||
$database = "biketree";
|
$database = "biketree";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user