File tree 1 file changed +8
-5
lines changed
1 file changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -37,16 +37,19 @@ We recommend running it with no changes to the configuration and no parameters,
37
37
environment variables to configure it. You can use ` % rp-indexer --help ` to see a list of the
38
38
environment variables and parameters and for more details on each option.
39
39
40
- ### RapidPro
41
-
42
- For use with RapidPro, you will want to configure these settings:
43
-
44
40
* ` INDEXER_DB ` : a URL connection string for your RapidPro database or read replica
45
41
* ` 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 ` )
46
48
47
- Recommended settings for error reporting:
49
+ ### Logging and error reporting:
48
50
49
51
* ` INDEXER_SENTRY_DSN ` : DSN to use when logging errors to Sentry
52
+ * ` INDEXER_LOG_LEVEL ` : logging level to use (default is ` info ` )
50
53
51
54
## Development
52
55
You can’t perform that action at this time.
0 commit comments