comparison test.ini @ 964:84bb5b8b498d beta

changed dev and tests to postgressql for more error proof setup. Fixed postgresql database wipe
author Marcin Kuzminski <marcin@python-works.com>
date Thu, 27 Jan 2011 21:45:30 +0100
parents 6c3d81f9529c
children f4254d4cc5ca
comparison
equal deleted inserted replaced
962:72f008ed9b18 964:84bb5b8b498d
135 logview.pylons.util = #eee 135 logview.pylons.util = #eee
136 136
137 ######################################################### 137 #########################################################
138 ### DB CONFIGS - EACH DB WILL HAVE IT'S OWN CONFIG ### 138 ### DB CONFIGS - EACH DB WILL HAVE IT'S OWN CONFIG ###
139 ######################################################### 139 #########################################################
140 sqlalchemy.db1.url = sqlite:///%(here)s/test.db 140 #sqlalchemy.db1.url = sqlite:///%(here)s/test.db
141 sqlalchemy.db1.url = postgresql://postgres:qwe@localhost/rhodecode_tests
141 #sqlalchemy.db1.echo = False 142 #sqlalchemy.db1.echo = False
142 #sqlalchemy.db1.pool_recycle = 3600 143 #sqlalchemy.db1.pool_recycle = 3600
143 sqlalchemy.convert_unicode = true 144 sqlalchemy.convert_unicode = true
144 145
145 ################################ 146 ################################