Browse Source

Enable git push over http on the vagrant dev env

Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
Pierre-Yves Chibon 3 years ago
parent
commit
8928d5e7f7
1 changed files with 3 additions and 0 deletions
  1. 3 0
      dev/ansible/roles/pagure-dev/files/pagure.cfg

+ 3 - 0
dev/ansible/roles/pagure-dev/files/pagure.cfg

@@ -199,3 +199,6 @@ LOGGING = {
     },
 }
 
+HTTP_REPO_ACCESS_GITOLITE = None
+SSH_KEYS_USERNAME_EXPECT = "git"
+ALLOW_HTTP_PUSH = True