Skip to content

Commit

Permalink
docs: specify CUBEJS_DB_SSL_* environment variables can be contents…
Browse files Browse the repository at this point in the history
… of PEM file
  • Loading branch information
hassankhan committed Feb 9, 2021
1 parent 301e46c commit 3ed9f10
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/content/Configuration/Connecting-to-the-Database.md
Expand Up @@ -99,6 +99,13 @@ CUBEJS_DB_SSL_CERT=/ssl/cert.pem
CUBEJS_DB_SSL_KEY=/ssl/key.pem
```

You can also set the above environment variables to the contents of the
PEM certificates; for example:

```dotenv
CUBEJS_DB_SSL_CERT = "-----BEGIN CERTIFICATE-----....."
```

For a complete list of SSL-related environment variables, consult the [Database
Connections section of the Environment Variables Reference][link-env-var-ref].

Expand Down

0 comments on commit 3ed9f10

Please sign in to comment.