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

Improvements to settings.php file

This commit is contained in:
Jonathan Rosenbaum 2017-09-06 05:16:50 +00:00
parent 8ee548657c
commit 70a7d9daab
2 changed files with 3 additions and 3 deletions

View File

@ -6,7 +6,7 @@ WV, USA";
$cfg_phone="123-456-7890";
$cfg_email="jr@bikelover.org";
$cfg_fax="";
$cfg_website="http://biketree.wvcompletestreets.org";
$cfg_website="https://biketree.bikelover.org";
$cfg_other="";
$cfg_server="biketree-mysql";
$cfg_database="biketree";
@ -33,7 +33,7 @@ $cfg_mechAutoSignin="option";
$cfg_administratorTitle="Administrator";
$cfg_mechanicTitle="Mechanic";
$cfg_mustOpen="0";
# weird stuff has to use mysql host, this time 172.17.0.32
# weird stuff has to use mysql host
$db_host = "biketree-mysql";
$db_user = "biketree";
$db_pwd = "password";

View File

@ -6,7 +6,7 @@ WV, USA";
$cfg_phone="123-456-7890";
$cfg_email="jr@bikelover.org";
$cfg_fax="";
$cfg_website="http://biketree.wvcompletestreets.org";
$cfg_website="https://biketree.bikelover.org";
$cfg_other="";
$cfg_server="mysql";
$cfg_database="biketree";