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