mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
These are required, but are ignored when run under mod_wsgi
This commit is contained in:
@@ -8,10 +8,12 @@ base_koji_task_url = https://kojipkgs.stg.fedoraproject.org//work/
|
||||
{% endif %}
|
||||
|
||||
virtualbox = false
|
||||
#host = 0.0.0.0
|
||||
#port = 5000
|
||||
debug = false
|
||||
|
||||
# These are required, but are ignored when run under mod_wsgi.
|
||||
host = 0.0.0.0
|
||||
port = 5000
|
||||
|
||||
[sqlalchemy]
|
||||
{% if env == 'staging' %}
|
||||
uri = postgres://autocloud:{{autocloud_db_password_stg}}@db01.stg/autocloud
|
||||
|
||||
Reference in New Issue
Block a user