Permalink
Browse files
Change sqlite->postgres in test ini files
- Loading branch information...
Showing
with
2 additions
and
2 deletions.
-
+1
−1
conf/test.ini
-
+1
−1
conf/testext.ini
|
|
@@ -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
|
|
|
|
|
|
@@ -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