summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorPaul Arthur <paul.arthur@flowerysong.com>2013-05-13 17:33:12 -0400
committerPaul Arthur <paul.arthur@flowerysong.com>2013-05-13 17:33:12 -0400
commitf22ceb42c25af89f768469a43bb8dce055cda9be (patch)
tree66b64663eec1d1e950ce90982a7de3912f94b4e2 /config
parent6bed09fbc9e5b18a925e48c7fc41f9ca29055c47 (diff)
downloadampache-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.dist6
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