Phabricator feed.http-hooks not notifying -


i trying setup slack notifications phabricator using etcinit/phabulous. however, phabricator not seem notifying server.

my config looks this:

{ feed.http-hooks: [ "http://127.0.0.1:8085/v1/feed/receive" ] } 

if run curl http://127.0.0.1:8085 within server

{"messages":["welcome phabulous api"],"status":"success","version":"2.4.0-beta1"} 

i running phabulous in debug mode, can see no request ever made 127.0.0.1:8085 since gin shows no debug message.

am missing configuration in phabricator made feed.http-hooks work?

turns out had restart daemon.


Comments

Popular posts from this blog

sql - invalid in the select list because it is not contained in either an aggregate function -

Angularjs unit testing - ng-disabled not working when adding text to textarea -

How to start daemon on android by adb -