@@ -46,7 +53,7 @@ To add a test, it would look like this.
GovDelivery Bulletins API https://developer.govdelivery.com/api/comm_cloud_v1/Default.htm#API/Comm%20Cloud%20V1/API_CommCloudV1_Bulletins_CreateandSendBulletin.htm
## How to securely store GovDelivery API endpoint, username and password.
### How to securely store GovDelivery API endpoint, username and password.
Should be stored in settings.local.php, like so:
```
...
...
@@ -68,7 +75,6 @@ Bulletins Admin form /admin/config/services/govdelivery-bulletins/settings.
This is strongly discouraged, and presents a security vulnerability.
'Enables calls of Service AddBulletinToQueue to actually add to the queue. Useful for disabling for testing. If disabled, will still write to log.'
),
'#title'=>$this->t('Enable bulletin queuing.'),
'#description'=>$this->t('Add Bulletins to the queue when the service AddBulletinToQueue() is called. If disabled, it will still write the fake Bulletin addition to the Drupal log, which is useful for testing.'),
'#title'=>$this->t('Enable Bulletin Queue Sends to GovDelivery API'),
'#description'=>$this->t(
'Enables the queue to post to the GovDelivery Bulletin API. Useful for disabling for testing. If disabled, will still write to log.'
),
'#title'=>$this->t('Enable bulletin queue sending to GovDelivery API.'),
'#description'=>$this->t('Enable the queue processor to post to the GovDelivery Bulletin API. If disabled, will not actually send, but will still write to log, which is useful for testing.'),