Skip to content

Commit

Permalink
docs: improve text in multi-line environment variable SSL example
Browse files Browse the repository at this point in the history
  • Loading branch information
hassankhan committed Feb 16, 2021
1 parent 6ed6df9 commit 2498136
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/content/Configuration/Connecting-to-the-Database.md
Expand Up @@ -99,8 +99,8 @@ CUBEJS_DB_SSL_CERT=/ssl/cert.pem
CUBEJS_DB_SSL_KEY=/ssl/key.pem
```

You can also provide the contents of a PEM file as a multi-line environment
variable:
You can also set the above environment variables to the contents of the PEM
files; for example:

```dotenv
CUBEJS_DB_SSL_CA="-----BEGIN CERTIFICATE-----
Expand Down

0 comments on commit 2498136

Please sign in to comment.