]> ToastFreeware Gitweb - philipp/winterrodeln/wradmin.git/blobdiff - wradmin/test.cfg
Use flask_sqlalchemy to manage the database connection.
[philipp/winterrodeln/wradmin.git] / wradmin / test.cfg
index 2a400bae3f04cef119716114b2c45106325d57af..5f491932e520ff97e4610412f472411e1c1a2659 100644 (file)
@@ -1,4 +1,5 @@
 DEBUG = False
 SECRET_KEY = b'.\xe2{\xa4ns\xb7\xbb\x0cHR\xdf@}\xfa\x05;.K\x9bQ\xbc!='
-DATABASE_URI = 'mysql://philipp@localhost:3306/philipp_winterrodeln_wiki_wradmin_test?charset=utf8&use_unicode=1'
+SQLALCHEMY_DATABASE_URI = 'mysql://philipp@localhost:3306/philipp_winterrodeln_wiki_wradmin_test?charset=utf8mb4'
 WTF_CSRF_ENABLED = False
+SQLALCHEMY_TRACK_MODIFICATIONS = False