mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-30 08:50:55 +08:00
sqlalchemy prefers "postgresql" to "postgres".
This commit is contained in:
@@ -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 %}
|
||||
|
||||
Reference in New Issue
Block a user