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 *********************