fix jinja2 fun
This commit is contained in:
parent
96ca446003
commit
e0a278233e
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ data:
|
|||
DATABASE_URI = 'postgresql+psycopg2://waiverdb@db01.stg.phx2.fedoraproject.org:5432/waiverdb'
|
||||
{% else %}
|
||||
DATABASE_URI = 'postgresql+psycopg2://waiverdb@db01.phx2.fedoraproject.org:5432/waiverdb'
|
||||
{% end %}
|
||||
{% endif %}
|
||||
AUTH_METHOD = 'OIDC'
|
||||
OIDC_CLIENT_SECRETS = '/etc/secret/client_secrets.json'
|
||||
PORT = 8080
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue