@recaptime-dev's working patches + fork for Phorge, a community fork of Phabricator. (Upstream dev and stable branches are at upstream/main and upstream/stable respectively.) hq.recaptime.dev/wiki/Phorge
phorge phabricator
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Correct `notification.pid` to `notification.pidfile`

Summary:
The correct conf variable is notification.pidfile, not notification.pid.
See also:
* src/applications/config/option/PhabricatorNotificationConfigOptions.php:58
* src/applications/aphlict/management/PhabricatorAphlictManagementWorkflow.php:34

Test Plan:
Grepped the whole source of Phabricator for occurences of `notification.pid`,
but all matches pointed to `notification.pidfile` instead.

Reviewers: #blessed_reviewers, epriestley

Reviewed By: #blessed_reviewers, epriestley

Subscribers: epriestley

Differential Revision: https://secure.phabricator.com/D11768

authored by

Elias Probst and committed by
epriestley
a8cc1c05 05377ef4

+1 -1
+1 -1
src/docs/user/configuration/notifications.diviner
··· 80 80 - `notification.server-uri` Internally-facing host and port that Phabricator 81 81 will connect to in order to publish notifications. 82 82 - `notification.log` Log file location for the server. 83 - - `notification.pid` Pidfile location used to stop any running server when 83 + - `notification.pidfile` Pidfile location used to stop any running server when 84 84 aphlict is restarted. 85 85 86 86