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

AbotX : How do you create a parallel crawler that stays on and can be added to at run time from new requests -

testing - Detect whether test has failed within fixture -

android - Create single AAR file from multiple modules using Gradle -