Changeset View
Changeset View
Standalone View
Standalone View
conf/default.conf.php
| Show First 20 Lines • Show All 935 Lines • ▼ Show 20 Lines | // -- Feed ------------------------------------------------------------------ // | ||||
| // NOTE: You must also set `policy.allow-public` to true for this setting | // NOTE: You must also set `policy.allow-public` to true for this setting | ||||
| // to work properly. | // to work properly. | ||||
| 'feed.public' => false, | 'feed.public' => false, | ||||
| // If you set this to a list of http URIs, when a feed story is published a | // 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 story data to the uri. | // task will be created for each uri that posts the story data to the uri. | ||||
| // Daemons automagically retry failures 100 times, waiting $fail_count * 60s | // Daemons automagically retry failures 100 times, waiting $fail_count * 60s | ||||
| // between each subsequent failure. Be sure to keep the daemon console | // between each subsequent failure. Be sure to keep the daemon console | ||||
| // (/daemon/) open while developing and testing your end points. | // (/daemon/) open while developing and testing your end points. You may need | ||||
| // to restart your daemons to start sending http requests. | |||||
| // | // | ||||
| // NOTE: URIs are not validated, the URI must return http status 200 within | // NOTE: URIs are not validated, the URI must return http status 200 within | ||||
| // 30 seconds, and no permission checks are performed. | // 30 seconds, and no permission checks are performed. | ||||
| 'feed.http-hooks' => array(), | 'feed.http-hooks' => array(), | ||||
| // -- Drydock --------------------------------------------------------------- // | // -- Drydock --------------------------------------------------------------- // | ||||
| // If you want to use Drydock's builtin EC2 Blueprints, configure your AWS | // If you want to use Drydock's builtin EC2 Blueprints, configure your AWS | ||||
| ▲ Show 20 Lines • Show All 160 Lines • Show Last 20 Lines | |||||