Install and configure the webhook server for pagure

This commit is contained in:
Pierre-Yves Chibon 2015-11-30 16:16:18 +01:00
parent 1cad2336c0
commit 956a4e4a9b
2 changed files with 4 additions and 0 deletions

View file

@ -7,6 +7,7 @@
- pagure
- pagure-milters
- pagure-ev
- pagure-webhook
- python-psycopg2
- redis
- libsemanage-python
@ -286,6 +287,7 @@
- pagure_milter
- redis
- pagure_ev
- pagure_webhook
ignore_errors: true
tags:
- pagure

View file

@ -77,6 +77,8 @@ REDIS_HOST = '0.0.0.0'
REDIS_PORT = 6379
REDIS_DB = 0
WEBHOOK = True
### Folder containing to the git repos
GIT_FOLDER = '/srv/git/repositories'