diff options
author | Chris Slamar <chris@www2.slamar.com> | 2010-12-13 20:06:37 -0600 |
---|---|---|
committer | Chris Slamar <chris@www2.slamar.com> | 2010-12-13 20:06:37 -0600 |
commit | e8638a686c0879013f65f59d1e790bf7c23c1677 (patch) | |
tree | 9a9ef4cdeb240c0c4b9f1401678a90ba22457ca5 /config | |
parent | 4ab05da955aaec23509277d15422de289cbcfc88 (diff) | |
download | ampache-e8638a686c0879013f65f59d1e790bf7c23c1677.tar.gz ampache-e8638a686c0879013f65f59d1e790bf7c23c1677.tar.bz2 ampache-e8638a686c0879013f65f59d1e790bf7c23c1677.zip |
More Clean Up
Diffstat (limited to 'config')
-rw-r--r-- | config/ampache.cfg.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/ampache.cfg.php b/config/ampache.cfg.php index f27656ac..4a4eeee2 100644 --- a/config/ampache.cfg.php +++ b/config/ampache.cfg.php @@ -36,7 +36,7 @@ database_name = "ampachedev" ; Username for your ampache database ; DEFAULT: "" -database_username = "ampache" +database_username = "ampdev" ; Password for your ampache database, this can not be blank ; this is a 'forced' security precaution, the default value |