diff options
| author | Christian Weiske <cweiske@cweiske.de> | 2013-09-17 16:58:09 +0200 |
|---|---|---|
| committer | Christian Weiske <cweiske@cweiske.de> | 2013-09-17 16:58:47 +0200 |
| commit | f88c38723e3c807769627aff2866fc3cf5c8472f (patch) | |
| tree | 1958adfe5c2b768aaf8982cea8e2fc7c99b22f08 /data | |
| parent | 32a54ab3d31dfe234186793e4ed610ec63d88f3c (diff) | |
| download | phorkie-f88c38723e3c807769627aff2866fc3cf5c8472f.tar.gz phorkie-f88c38723e3c807769627aff2866fc3cf5c8472f.zip | |
webhook support
Diffstat (limited to 'data')
| -rw-r--r-- | data/config.default.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/data/config.default.php b/data/config.default.php index b4c7d55..070070d 100644 --- a/data/config.default.php +++ b/data/config.default.php @@ -14,6 +14,10 @@ $GLOBALS['phorkie']['cfg'] = array( 'geshi' => 'MediaWiki/geshi/geshi/geshi.php', 'index' => 'new',//"new" or "list" 'perPage' => 10, + 'webhooks' => array( + /* array of urls that get called when + a paste is created, edited or deleted */ + ) ); $GLOBALS['phorkie']['auth'] = array( // 0 = public, no authentication, 1 = protect adds/edits/deletes, |
