Changeset View
Changeset View
Standalone View
Standalone View
src/applications/feed/config/PhabricatorFeedConfigOptions.php
| Show All 32 Lines | return array( | ||||
| ->setSummary(pht('POST notifications of feed events.')) | ->setSummary(pht('POST notifications of feed events.')) | ||||
| ->setDescription( | ->setDescription( | ||||
| pht( | pht( | ||||
| "If you set this to a list of http URIs, when a feed story is ". | "If you set this to a list of http URIs, when a feed story is ". | ||||
| "published a task will be created for each uri that posts the ". | "published a task will be created for each uri that posts the ". | ||||
| "story data to the uri. Daemons automagically retry failures 100 ". | "story data to the uri. Daemons automagically retry failures 100 ". | ||||
| "times, waiting \$fail_count * 60s between each subsequent ". | "times, waiting \$fail_count * 60s between each subsequent ". | ||||
| "failure. Be sure to keep the daemon console (/daemon/) open ". | "failure. Be sure to keep the daemon console (/daemon/) open ". | ||||
| "while developing and testing your end points.\n\n". | "while developing and testing your end points. You may need to". | ||||
| "restart your daemons to start sending http requests.\n\n". | |||||
| "NOTE: URIs are not validated, the URI must return http status ". | "NOTE: URIs are not validated, the URI must return http status ". | ||||
| "200 within 30 seconds, and no permission checks are performed.")), | "200 within 30 seconds, and no permission checks are performed.")), | ||||
| ); | ); | ||||
| } | } | ||||
| } | } | ||||