git-svn-id: http://www.winterrodeln.org/svn/servermediawiki/trunk/wradmin@433
7aebc617-e5e2-0310-91dc-
80fb5f6d2477
# SQLAlchemy database URL
sqlalchemy.url = mysql://philipp@localhost:3306/winterrodeln_wiki?charset=utf8
+# necessary for mySQL databases
+sqlalchemy.pool_recycle = 3600
# WARNING: *THE LINE BELOW MUST BE UNCOMMENTED ON A PRODUCTION ENVIRONMENT*
# Debug mode will enable the interactive debugging tool, allowing ANYONE to
# SQLAlchemy database URL
sqlalchemy.url = mysql://user@localhost:3306/winterrodeln_wiki?charset=utf8
+# necessary for mySQL databases
+sqlalchemy.pool_recycle = 3600
# WARNING: *THE LINE BELOW MUST BE UNCOMMENTED ON A PRODUCTION ENVIRONMENT*
# Debug mode will enable the interactive debugging tool, allowing ANYONE to