diff options
author | Paul Arthur <paul.arthur@flowerysong.com> | 2013-05-13 19:25:04 -0400 |
---|---|---|
committer | Paul Arthur <paul.arthur@flowerysong.com> | 2013-05-13 21:11:38 -0400 |
commit | a2fa8d3019aba8a7e5eaee90ddf288ffc76bd663 (patch) | |
tree | 71fb5f806a04f941794612c1a308004b54561f04 /config | |
parent | 716c50f2e9b4f1a3f7c1cbacb7010b040f8515dc (diff) | |
download | ampache-a2fa8d3019aba8a7e5eaee90ddf288ffc76bd663.tar.gz ampache-a2fa8d3019aba8a7e5eaee90ddf288ffc76bd663.tar.bz2 ampache-a2fa8d3019aba8a7e5eaee90ddf288ffc76bd663.zip |
More cleanup of install, add DB port option
Diffstat (limited to 'config')
-rw-r--r-- | config/ampache.cfg.php.dist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/ampache.cfg.php.dist b/config/ampache.cfg.php.dist index ff05b6f5..3c86ac6b 100644 --- a/config/ampache.cfg.php.dist +++ b/config/ampache.cfg.php.dist @@ -32,7 +32,7 @@ database_hostname = localhost ; Port to use when connecting to your database ; DEFAULT: none -; database_port = 3306 +;database_port = 3306 ; Name of your ampache database ; DEFAULT: ampache |