Skip to content

Commit 939a4cf

Browse files
committed
docs: Try to change up the wording a little to reduce the repetition and make the dev/prod distinction more immediately obvious.
1 parent 35ba8fe commit 939a4cf

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/reference.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ CS_DATABASE__SCHEMA_RELOAD_INTERVAL="10"
229229

230230
### Docker-specific configuration
231231

232-
As a convenience for development, if you use [Proxy's Docker container](../proxy.Dockerfile) with its default entrypoint and the below environment variables set, the EQL SQL will be applied to the database, and an example schema (for example, with the `users` table, from the [README Getting Started example](../README.md#getting-started)) will be loaded. These are turned on by default in the [development `docker-compose.yml`](../docker-compose.yml):
232+
As a convenience for local development, if you use [Proxy's Docker container](../proxy.Dockerfile) with its default entrypoint and the below environment variables set, the EQL SQL will be applied to the database, and an example schema (for example, with the `users` table, from the [README Getting Started example](../README.md#getting-started)) will be loaded. These are turned on by default in the [development `docker-compose.yml`](../docker-compose.yml):
233233

234234
(It is not recommended to use either of these in production.)
235235

@@ -238,7 +238,7 @@ CS_DATABASE__INSTALL_EQL="true"
238238
CS_DATABASE__INSTALL_EXAMPLE_SCHEMA="true"
239239
```
240240

241-
As a convenience for production, if you use [Proxy's Docker container](../proxy.Dockerfile) with the default entrypoint and the below environment variable set, the AWS RDS global certificate bundle will be added to the operating system's set of trusted certificates. This is recommended when running Proxy on AWS.
241+
As a convenience for production deployments, with the below environment variable set, the Proxy container will add the AWS RDS global certificate bundle to the operating system's set of trusted certificates. This is recommended when running Proxy on AWS.
242242

243243
```bash
244244
CS_DATABASE__INSTALL_AWS_RDS_CERT_BUNDLE="true"

0 commit comments

Comments
 (0)