comparison 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
comparison
equal deleted inserted replaced
2148:ad127a5cef73 2149:50aa7cb78cfe
211 ######################################################### 211 #########################################################
212 #sqlalchemy.db1.url = sqlite:///%(here)s/rhodecode.db 212 #sqlalchemy.db1.url = sqlite:///%(here)s/rhodecode.db
213 sqlalchemy.db1.url = postgresql://postgres:qwe@localhost/rhodecode 213 sqlalchemy.db1.url = postgresql://postgres:qwe@localhost/rhodecode
214 sqlalchemy.db1.echo = false 214 sqlalchemy.db1.echo = false
215 sqlalchemy.db1.pool_recycle = 3600 215 sqlalchemy.db1.pool_recycle = 3600
216 sqlalchemy.convert_unicode = true 216 sqlalchemy.db1.convert_unicode = true
217 217
218 ################################ 218 ################################
219 ### LOGGING CONFIGURATION #### 219 ### LOGGING CONFIGURATION ####
220 ################################ 220 ################################
221 [loggers] 221 [loggers]