We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88d1e30 commit f7ed2faCopy full SHA for f7ed2fa
README.md
@@ -28,6 +28,7 @@ your index occasionally to get rid of bloat.
28
# Configuration
29
30
Indexer uses a tiered configuration system, each option takes precendence over the ones above it:
31
+
32
1. The configuration file
33
2. Environment variables starting with `INDEXER_`
34
3. Command line parameters
@@ -40,7 +41,7 @@ environment variables and parameters and for more details on each option.
40
41
42
For use with RapidPro, you will want to configure these settings:
43
- * `INDEXER_DB`: a URL connection string for your RapidPro database
44
+ * `INDEXER_DB`: a URL connection string for your RapidPro database or read replica
45
* `INDEXER_ELASTIC_URL`: the URL for your ElasticSearch endpoint
46
47
Recommended settings for error reporting:
0 commit comments