From ec36156ad4ca6ba3a884c0ed7128457bcebcfb92 Mon Sep 17 00:00:00 2001
From: Julian Rother <julianr@fsmpi.rwth-aachen.de>
Date: Sun, 19 Feb 2017 01:30:27 +0100
Subject: [PATCH] Fixed stupid mistake in default config

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

diff --git a/config.py.example b/config.py.example
index 3984b4d..ecc89fb 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