sqlalchemy prefers "postgresql" to "postgres".

This commit is contained in:
Ralph Bean 2014-04-06 16:54:39 +00:00
parent ef70c3164c
commit 5b9a2bff2f

View file

@ -2,7 +2,7 @@
SECRET_KEY = 'wat {{taggerCookieSecret}}'
### url to the database server:
DB_URL = 'postgres://fedoratagger:{{taggerDBPassword}}@tagger_db/fedoratagger'
DB_URL = 'postgresql://fedoratagger:{{taggerDBPassword}}@tagger_db/fedoratagger'
{% if env == "staging" %}
FAS_OPENID_ENDPOINT = 'http://id.stg.fedoraproject.org'
{% else %}