Enable anon user for prod Pagure

Signed-off-by: Patrick Uiterwijk <patrick@puiterwijk.org>
This commit is contained in:
Patrick Uiterwijk 2018-10-12 11:51:57 +02:00
parent a1abb5b8e1
commit 55a39a3902

View file

@ -15,9 +15,8 @@
%RC = (
# ------------------------------------------------------------------
{% if env == "pagure-staging" %}
HTTP_ANON_USER => 'ANONYMOUS_',
{% endif %}
# default umask gives you perms of '0700'; see the rc file docs for
# how/why you might change this
UMASK => 0077,