Fix the rest of these.
This commit is contained in:
parent
d104ffd966
commit
87b1411020
4 changed files with 6 additions and 6 deletions
|
@ -2,7 +2,7 @@
|
|||
config = dict(
|
||||
# Set this to dev if you're hacking on fedmsg or an app locally.
|
||||
# Set to stg or prod if running in the Fedora Infrastructure.
|
||||
{% if environment equals 'staging' %}
|
||||
{% if environment == 'staging' %}
|
||||
environment="stg",
|
||||
{% else %}
|
||||
environment="prod",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue