From cc0bbf73b4c8c82a085eaf86af76c47c5ff9f1f1 Mon Sep 17 00:00:00 2001 From: Toshio Kuratomi Date: Tue, 19 Feb 2008 11:44:10 -0800 Subject: [PATCH] * Fix the dburi. We ave to use postgres since we're doing some data checking via postgres scripts. --- fas/dev.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fas/dev.cfg b/fas/dev.cfg index 7892f04..3c56a39 100644 --- a/fas/dev.cfg +++ b/fas/dev.cfg @@ -24,7 +24,7 @@ base_url_filter.use_x_forwarded_host = True # If you have sqlite, here's a simple default to get you started # in development -sqlalchemy.dburi="sqlite:///devdata.sqlite" +sqlalchemy.dburi="postgres://fedora:bunbunbun@localhost/fas2" # if you are using a database or table type without transactions