Rename these to not be .j2.

This commit is contained in:
Ralph Bean 2015-01-20 16:41:52 +00:00
parent b551d5f8fd
commit a3dec0871c
3 changed files with 2 additions and 2 deletions

View 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 %}
),
)