* Fix the dburi. We ave to use postgres since we're doing some data checking
via postgres scripts.
This commit is contained in:
parent
fc453e4f6d
commit
cc0bbf73b4
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue