* Fix the dburi. We ave to use postgres since we're doing some data checking

via postgres scripts.
This commit is contained in:
Toshio Kuratomi 2008-02-19 11:44:10 -08:00
parent fc453e4f6d
commit cc0bbf73b4

View file

@ -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