diff options
author | Paul Arthur <paul.arthur@flowerysong.com> | 2013-05-13 17:33:12 -0400 |
---|---|---|
committer | Paul Arthur <paul.arthur@flowerysong.com> | 2013-05-13 17:33:12 -0400 |
commit | f22ceb42c25af89f768469a43bb8dce055cda9be (patch) | |
tree | 66b64663eec1d1e950ce90982a7de3912f94b4e2 /config | |
parent | 6bed09fbc9e5b18a925e48c7fc41f9ca29055c47 (diff) | |
download | ampache-f22ceb42c25af89f768469a43bb8dce055cda9be.tar.gz ampache-f22ceb42c25af89f768469a43bb8dce055cda9be.tar.bz2 ampache-f22ceb42c25af89f768469a43bb8dce055cda9be.zip |
Add support for nonstandard MySQL ports
Diffstat (limited to 'config')
-rw-r--r-- | config/ampache.cfg.php.dist | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/config/ampache.cfg.php.dist b/config/ampache.cfg.php.dist index ac9b6dc2..ff05b6f5 100644 --- a/config/ampache.cfg.php.dist +++ b/config/ampache.cfg.php.dist @@ -26,10 +26,14 @@ config_version = 12 ; Session and Login Variables # ;############################## -; Hostname of your Database +; Hostname of your database ; DEFAULT: localhost database_hostname = localhost +; Port to use when connecting to your database +; DEFAULT: none +; database_port = 3306 + ; Name of your ampache database ; DEFAULT: ampache database_name = ampache |