These are required, but are ignored when run under mod_wsgi
This commit is contained in:
parent
0a40ed39df
commit
1611d2794e
1 changed files with 4 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue