File tree 1 file changed +7
-7
lines changed
1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -41,16 +41,16 @@ environment variables and parameters and for more details on each option.
41
41
42
42
### AWS services:
43
43
44
- - ` COURIER_AWS_ACCESS_KEY_ID ` : AWS access key id used to authenticate to AWS
45
- - ` COURIER_AWS_SECRET_ACCESS_KEY ` AWS secret access key used to authenticate to AWS
46
- - ` COURIER_AWS_REGION ` : AWS region (ex: ` eu-west-1 ` )
47
- - ` COURIER_S3_ATTACHMENTS_BUCKET ` : name of your S3 bucket (ex: ` rp-attachments ` )
44
+ * ` COURIER_AWS_ACCESS_KEY_ID ` : AWS access key id used to authenticate to AWS
45
+ * ` COURIER_AWS_SECRET_ACCESS_KEY ` AWS secret access key used to authenticate to AWS
46
+ * ` COURIER_AWS_REGION ` : AWS region (ex: ` eu-west-1 ` )
47
+ * ` COURIER_S3_ATTACHMENTS_BUCKET ` : name of your S3 bucket (ex: ` rp-attachments ` )
48
48
49
49
### Logging and error reporting:
50
50
51
- - ` COURIER_DEPLOYMENT_ID ` : used for metrics reporting
52
- - ` COURIER_SENTRY_DSN ` : DSN to use when logging errors to Sentry
53
- - ` COURIER_LOG_LEVEL ` : logging level mailroom should use (default is ` warn ` )
51
+ * ` COURIER_DEPLOYMENT_ID ` : used for metrics reporting
52
+ * ` COURIER_SENTRY_DSN ` : DSN to use when logging errors to Sentry
53
+ * ` COURIER_LOG_LEVEL ` : logging level to use (default is ` warn ` )
54
54
55
55
## Development
56
56
You can’t perform that action at this time.
0 commit comments