From 44bf579475b2f430cbf35d79096820e40f43bdb8 Mon Sep 17 00:00:00 2001
From: Andreas <andreasv@fsmpi.rwth-aachen.de>
Date: Sat, 18 Feb 2017 18:43:58 +0100
Subject: [PATCH] fixed data type for the mysql port

---
 config.py.example | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config.py.example b/config.py.example
index fdc6168..3984b4d 100644
--- a/config.py.example
+++ b/config.py.example
@@ -11,7 +11,7 @@ DB_DATA = 'db_example.sql'
 #DB_ENGINE = 'mysql'
 #MYSQL_HOST = 'localhost'
 #MYSQL_USER = 'videoag'
-#MYSQL_PORT = '3306'
+#MYSQL_PORT = 3306
 #MYSQL_PASSWD = 'somuchsecret'
 #MYSQL_DB = 'videos'
 
-- 
GitLab