Skip to content

Commit cdc9aff

Browse files
authored
Update README.md
1 parent 9d2af33 commit cdc9aff

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

Diff for: README.md

+8-5
Original file line numberDiff line numberDiff line change
@@ -37,16 +37,19 @@ We recommend running it with no changes to the configuration and no parameters,
3737
environment variables to configure it. You can use `% rp-indexer --help` to see a list of the
3838
environment variables and parameters and for more details on each option.
3939

40-
### RapidPro
41-
42-
For use with RapidPro, you will want to configure these settings:
43-
4440
* `INDEXER_DB`: a URL connection string for your RapidPro database or read replica
4541
* `INDEXER_ELASTIC_URL`: the URL for your ElasticSearch endpoint
42+
43+
### AWS services:
44+
45+
* `INDEXER_AWS_ACCESS_KEY_ID`: AWS access key id used to authenticate to AWS
46+
* `INDEXER_AWS_SECRET_ACCESS_KEY` AWS secret access key used to authenticate to AWS
47+
* `INDEXER_AWS_REGION`: AWS region (ex: `eu-west-1`)
4648

47-
Recommended settings for error reporting:
49+
### Logging and error reporting:
4850

4951
* `INDEXER_SENTRY_DSN`: DSN to use when logging errors to Sentry
52+
* `INDEXER_LOG_LEVEL`: logging level to use (default is `info`)
5053

5154
## Development
5255

0 commit comments

Comments
 (0)