Differential D15702 Diff 37845 src/applications/config/option/PhabricatorNotificationConfigOptions.php
Changeset View
Changeset View
Standalone View
Standalone View
src/applications/config/option/PhabricatorNotificationConfigOptions.php
| Show All 38 Lines | return array( | ||||
| 'string', | 'string', | ||||
| 'http://localhost:22280/') | 'http://localhost:22280/') | ||||
| ->setDescription(pht('Location of the client server.')), | ->setDescription(pht('Location of the client server.')), | ||||
| $this->newOption( | $this->newOption( | ||||
| 'notification.server-uri', | 'notification.server-uri', | ||||
| 'string', | 'string', | ||||
| 'http://localhost:22281/') | 'http://localhost:22281/') | ||||
| ->setDescription(pht('Location of the notification receiver server.')), | ->setDescription(pht('Location of the notification receiver server.')), | ||||
| $this->newOption('notification.log', 'string', '/var/log/aphlict.log') | |||||
| ->setDescription(pht('Location of the server log file.')), | |||||
| $this->newOption( | |||||
| 'notification.pidfile', | |||||
| 'string', | |||||
| '/var/tmp/aphlict/pid/aphlict.pid') | |||||
| ->setDescription(pht('Location of the server PID file.')), | |||||
| ); | ); | ||||
| } | } | ||||
| } | } | ||||