Added support for custom DB Port

This commit is contained in:
Yefta Sutanto 2014-01-02 09:00:03 +07:00
parent ca8f77ed3a
commit 4a87cbe28a

View File

@ -109,6 +109,7 @@ DB_MYSQL_HOST = 'localhost'
DB_MYSQL_DBNAME = 'pooldb'
DB_MYSQL_USER = 'pooldb'
DB_MYSQL_PASS = '**empty**'
DB_MYSQL_PORT = 3306 # Default port for MySQL
# ******************** Adv. DB Settings *********************