From 4a87cbe28a0b1284337f25d6238c5749367a85a0 Mon Sep 17 00:00:00 2001 From: Yefta Sutanto Date: Thu, 2 Jan 2014 09:00:03 +0700 Subject: [PATCH] Added support for custom DB Port --- conf/config_sample.py | 1 + 1 file changed, 1 insertion(+) diff --git a/conf/config_sample.py b/conf/config_sample.py index 6065756..7dc54fe 100644 --- a/conf/config_sample.py +++ b/conf/config_sample.py @@ -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 *********************