Files
fedora-infra_ansible/roles/bugyou/bugyou-plugins/templates/bugyou_services.cfg
2016-03-03 18:52:37 +00:00

9 lines
239 B
INI

[autocloud_pagure]
{% if env == 'staging' %}
repo_name = atomic-images-test
access_token = {{bugyou_stg_pagure_atomic_images_api_key}}
{% else %}
repo_name = atomic-images
access_token = {{bugyou_pagure_atomic_images_api_key}}
{% endif %}