Skip to content

Commit e0e0e5d

Browse files
committed
Merge branch 'main' into newer_redis_and_postgres
2 parents d7b3e4c + 920300d commit e0e0e5d

File tree

2 files changed

+14
-15
lines changed

2 files changed

+14
-15
lines changed

Diff for: CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
v10.0.0 (2025-01-07)
2+
-------------------------
3+
* Update README.md
4+
15
v9.3.44 (2024-12-19)
26
-------------------------
37
* Remove previously added aggregated versions of channel type specific metrics because apparently we don't need them

Diff for: README.md

+10-15
Original file line numberDiff line numberDiff line change
@@ -33,29 +33,24 @@ We recommend running courier with no changes to the configuration and no paramet
3333
environment variables to configure it. You can use `% courier --help` to see a list of the
3434
environment variables and parameters and for more details on each option.
3535

36-
### RapidPro
37-
38-
For use with RapidPro/TextIt, you will want to configure these settings:
39-
4036
* `COURIER_DOMAIN`: The root domain which courier is exposed as (ex `textit.in`)
4137
* `COURIER_SPOOL_DIR`: A local path where courier can spool files if the database is down, should be writable. (ex: `/home/courier/spool`)
4238
* `COURIER_DB`: Details parameters used to connect to the Postgres RapidPro database (ex: `postgres://textit:[email protected]/5432/textit`)
4339
* `COURIER_REDIS`: Details parameters to use to connect to Redis RapidPro database (ex: `redis://redis-internal.courier.io:6379/13`)
4440
* `COURIER_AUTH_TOKEN`: authentication token to require for requests from Mailroom
45-
46-
For writing of message attachments, Courier needs access to an S3 bucket, you can configure access to your bucket via:
4741

48-
* `COURIER_S3_REGION`: The region for your S3 bucket (ex: `ew-west-1`)
49-
* `COURIER_S3_ATTACHMENTS_BUCKET`: The name of your S3 bucket (ex: `rp-attachments`)
50-
* `COURIER_S3_ATTACHMENTS_PREFIX`: The prefix to use for filenames of attachments added to your bucket (ex: `attachments`)
51-
* `COURIER_AWS_ACCESS_KEY_ID`: The AWS access key id used to authenticate to AWS
52-
* `COURIER_AWS_SECRET_ACCESS_KEY` The AWS secret access key used to authenticate to AWS
42+
### AWS services:
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`)
5348

54-
Recommended settings for error and performance monitoring:
49+
### Logging and error reporting:
5550

56-
* `COURIER_LIBRATO_USERNAME`: The username to use for logging of events to Librato
57-
* `COURIER_LIBRATO_TOKEN`: The token to use for logging of events to Librato
58-
* `COURIER_SENTRY_DSN`: The DSN to use when logging errors to Sentry
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`)
5954

6055
## Development
6156

0 commit comments

Comments
 (0)