From 677f37c91015e50760ad229891de8570f29083d1 Mon Sep 17 00:00:00 2001 From: Marcin Kuzminski Date: Thu, 27 Jan 2011 21:45:30 +0100 Subject: changed dev and tests to postgressql for more error proof setup. Fixed postgresql database wipe --HG-- branch : beta --- test.ini | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'test.ini') diff --git a/test.ini b/test.ini index 2985b8db..b6d059fe 100644 --- a/test.ini +++ b/test.ini @@ -137,7 +137,8 @@ logview.pylons.util = #eee ######################################################### ### DB CONFIGS - EACH DB WILL HAVE IT'S OWN CONFIG ### ######################################################### -sqlalchemy.db1.url = sqlite:///%(here)s/test.db +#sqlalchemy.db1.url = sqlite:///%(here)s/test.db +sqlalchemy.db1.url = postgresql://postgres:qwe@localhost/rhodecode_tests #sqlalchemy.db1.echo = False #sqlalchemy.db1.pool_recycle = 3600 sqlalchemy.convert_unicode = true -- cgit v1.2.3