| `admin_notification_email` | string | no | [Abuse reports](../user/admin_area/abuse_reports.md) are sent to this address if set. Abuse reports are always available in the Admin Area. |
| Attribute | Type | Required | Description |
| --------- | ---- | :------: | ----------- |
| `admin_notification_email` | string | no | Deprecated: Use `abuse_notification_email` instead. If set, [abuse reports](../user/admin_area/abuse_reports.md) are sent to this address. Abuse reports are always available in the Admin Area. |
| `abuse_notification_email` | string | no | If set, [abuse reports](../user/admin_area/abuse_reports.md) are sent to this address. Abuse reports are always available in the Admin Area. |
| `after_sign_out_path` | string | no | Where to redirect users after logout. |
| `after_sign_up_text` | string | no | Text shown to the user after signing up |
| `akismet_api_key` | string | required by: `akismet_enabled` | API key for Akismet spam protection. |
optional:admin_notification_email,type: String,desc: 'Abuse reports will be sent to this address if it is set. Abuse reports are always available in the admin area.'
optional:admin_notification_email,type: String,desc: 'Deprecated: Use :abuse_notification_email instead. Abuse reports will be sent to this address if it is set. Abuse reports are always available in the admin area.'
optional:abuse_notification_email,type: String,desc: 'Abuse reports will be sent to this address if it is set. Abuse reports are always available in the admin area.'
optional:after_sign_up_text,type: String,desc: 'Text shown after sign up'
optional:after_sign_out_path,type: String,desc: 'We will redirect users to this page after they sign out'
optional:akismet_enabled,type: Boolean,desc: 'Helps prevent bots from creating issues'