sqlalchemy prefers "postgresql" to "postgres".
This commit is contained in:
parent
ef70c3164c
commit
5b9a2bff2f
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
SECRET_KEY = 'wat {{taggerCookieSecret}}'
|
SECRET_KEY = 'wat {{taggerCookieSecret}}'
|
||||||
|
|
||||||
### url to the database server:
|
### url to the database server:
|
||||||
DB_URL = 'postgres://fedoratagger:{{taggerDBPassword}}@tagger_db/fedoratagger'
|
DB_URL = 'postgresql://fedoratagger:{{taggerDBPassword}}@tagger_db/fedoratagger'
|
||||||
{% if env == "staging" %}
|
{% if env == "staging" %}
|
||||||
FAS_OPENID_ENDPOINT = 'http://id.stg.fedoraproject.org'
|
FAS_OPENID_ENDPOINT = 'http://id.stg.fedoraproject.org'
|
||||||
{% else %}
|
{% else %}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue