Files
fedora-infra_ansible/roles/modernpaste/templates/config.ini
Ricky Elrod 0659dd5e68 add stickynotes2modernpaste config
Signed-off-by: Ricky Elrod <codeblock@fedoraproject.org>
2017-02-16 00:25:08 +00:00

7 lines
171 B
INI

[stickynotes2modernpaste]
{% if env == 'staging' %}
modernpaste = https://paste.stg.fedoraproject.org
{% else %}
modernpaste = https://paste.fedoraproject.org
{% endif %}