diff options
Diffstat (limited to 'config/ampache.cfg.php.dist')
-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 |