Install and configure the webhook server for pagure
This commit is contained in:
parent
1cad2336c0
commit
956a4e4a9b
2 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -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'
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue