aboutsummaryrefslogtreecommitdiff
path: root/test.ini
diff options
context:
space:
mode:
authorMarcin Kuzminski <marcin@python-works.com>2011-01-27 21:45:30 +0100
committerMarcin Kuzminski <marcin@python-works.com>2011-01-27 21:45:30 +0100
commit677f37c91015e50760ad229891de8570f29083d1 (patch)
tree7ba56acb287f9a472e4f705709e51f0f52339996 /test.ini
parentb314083c34b6f9208af7ebbe5ec9d3d8e2d480c1 (diff)
changed dev and tests to postgressql for more error proof setup.
Fixed postgresql database wipe --HG-- branch : beta
Diffstat (limited to 'test.ini')
-rw-r--r--test.ini3
1 files changed, 2 insertions, 1 deletions
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