git-svn-id: http://www.winterrodeln.org/svn/servermediawiki/trunk/wrfeed@714
7aebc617-e5e2-0310-91dc-
80fb5f6d2477
[server:main]
use = egg:Paste#http
-host = 0.0.0.0
+host = 127.0.0.1
port = 5000
[app:main]
#beaker.session.data_dir = %(here)s/data/sessions
# SQLAlchemy database URL
-sqlalchemy.url = sqlite:///production.db
+sqlalchemy.url = mysql://user@localhost:3306/winterrodeln_wiki?charset=utf8&use_unicode=0
+# sqlalchemy.url = sqlite:///production.db
+
+# 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