Changeset View
Changeset View
Standalone View
Standalone View
src/applications/config/check/PhabricatorExtraConfigSetupCheck.php
| Show First 20 Lines • Show All 211 Lines • ▼ Show 20 Lines | $ancient_config += array( | ||||
| 'Taskmasters now use an autoscaling pool. You can configure the '. | 'Taskmasters now use an autoscaling pool. You can configure the '. | ||||
| 'pool size with `phd.taskmasters`.'), | 'pool size with `phd.taskmasters`.'), | ||||
| 'storage.engine-selector' => pht( | 'storage.engine-selector' => pht( | ||||
| 'Phabricator now automatically discovers available storage engines '. | 'Phabricator now automatically discovers available storage engines '. | ||||
| 'at runtime.'), | 'at runtime.'), | ||||
| 'storage.upload-size-limit' => pht( | 'storage.upload-size-limit' => pht( | ||||
| 'Phabricator now supports arbitrarily large files. Consult the '. | 'Phabricator now supports arbitrarily large files. Consult the '. | ||||
| 'documentation for configuration details.'), | 'documentation for configuration details.'), | ||||
| 'security.allow-outbound-http' => pht( | |||||
| 'This option has been replaced with the more granular option '. | |||||
| '`security.outbound-blacklist`.'), | |||||
| ); | ); | ||||
| return $ancient_config; | return $ancient_config; | ||||
| } | } | ||||
| } | } | ||||