diff options
author | root@culturestrings <root@culturestrings> | 2022-02-21 18:06:41 +0000 |
---|---|---|
committer | root@culturestrings <root@culturestrings> | 2022-02-21 18:06:41 +0000 |
commit | 8c9e75e079ca3fc68dc893e4146ae8bfe666fcea (patch) | |
tree | d1b138a629847b00ab05f75e505e8941d5bdc154 /public | |
parent | 1233a091155fcd05e38a57717d78101f2e4ae978 (diff) | |
download | culturestrings-8c9e75e079ca3fc68dc893e4146ae8bfe666fcea.tar.bz2 culturestrings-8c9e75e079ca3fc68dc893e4146ae8bfe666fcea.tar.xz |
pagure: pagure.cfg.in: allow git push over https (for forks).
Diffstat (limited to 'public')
-rw-r--r-- | public/fs/etc/pagure/pagure.cfg.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/public/fs/etc/pagure/pagure.cfg.in b/public/fs/etc/pagure/pagure.cfg.in index cd8268c..1d35376 100644 --- a/public/fs/etc/pagure/pagure.cfg.in +++ b/public/fs/etc/pagure/pagure.cfg.in @@ -13,6 +13,7 @@ THEME = '@sitename@' ### pagure authentication GIT_AUTH_BACKEND = "pagure" HTTP_REPO_ACCESS_GITOLITE = None +ALLOW_HTTP_PUSH = True ### site options |