Permalink
Browse files

Change sqlite->postgres in test ini files

  • Loading branch information...
seanh committed Oct 4, 2015
1 parent 56c311a commit 20a4e79d8b4d2f7d9f47eb5204c535e1d49918df
Showing with 2 additions and 2 deletions.
  1. +1 −1 conf/test.ini
  2. +1 −1 conf/testext.ini
View
@@ -1,7 +1,7 @@
[app:main]
use: egg:h
sqlalchemy.url: sqlite://
sqlalchemy.url: postgresql://postgres:pass@localhost/postgres
webassets.base_dir: h:static
webassets.base_url: assets
View
@@ -1,7 +1,7 @@
[app:main]
use: egg:h
sqlalchemy.url: sqlite://
sqlalchemy.url: postgresql://postgres:pass@localhost/postgres
h.hashids.salt: test salt

0 comments on commit 20a4e79

Please sign in to comment.