diff development.ini @ 2149:50aa7cb78cfe beta

Mysql fixes - force INNODB engine - set utf8 charset - fix convert_unicode flag in .ini files - fix constraints and FK
author Marcin Kuzminski <marcin@python-works.com>
date Wed, 21 Mar 2012 19:19:00 +0200
parents 9f5582151d53
children dc2584ba5fbc 79b3c9c66c54
line wrap: on
line diff
--- a/development.ini	Wed Mar 21 17:59:59 2012 +0200
+++ b/development.ini	Wed Mar 21 19:19:00 2012 +0200
@@ -213,7 +213,7 @@
 sqlalchemy.db1.url = postgresql://postgres:qwe@localhost/rhodecode
 sqlalchemy.db1.echo = false
 sqlalchemy.db1.pool_recycle = 3600
-sqlalchemy.convert_unicode = true
+sqlalchemy.db1.convert_unicode = true
 
 ################################
 ### LOGGING CONFIGURATION   ####