Rename these to not be .j2.
This commit is contained in:
parent
b551d5f8fd
commit
a3dec0871c
3 changed files with 2 additions and 2 deletions
9
roles/fedmsg/irc/templates/fas-credentials.py
Normal file
9
roles/fedmsg/irc/templates/fas-credentials.py
Normal file
|
@ -0,0 +1,9 @@
|
|||
config = dict(
|
||||
fas_credentials=dict(
|
||||
username="fedoradummy",
|
||||
password="{{ fedoraDummyUserPassword }}",
|
||||
{% if env == 'staging' %}
|
||||
base_url="https://admin.stg.fedoraproject.org/accounts/",
|
||||
{% endif %}
|
||||
),
|
||||
)
|
Loading…
Add table
Add a link
Reference in a new issue