Skip to content

Commit

Permalink
Update configurations.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
abuaboud committed Mar 29, 2023
1 parent 4e0f06e commit 4635c36
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/install/configurations.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ When you execute the deploy.sh script in the Docker installation tutorial, it wi
| `AP_POSTGRES_PORT` | ❗️ The port number for the PostgreSQL server | `None` |
| `AP_POSTGRES_USERNAME` | ❗️ The username for the PostgreSQL user | `None` |
| `AP_POSTGRES_USE_SSL` | Use SSL to connect the postgres database | `false` |
| `AP_POSTGRES_SSL_CA` | Use SSL Certificate to connect to the postgres database | `None` |
| `AP_REDIS_URL` | If a Redis connection URL is specified, all other Redis properties will be ignored. | `None` |
| `AP_REDIS_USER` | ❗️ Username to use when connect to redis | `None` |
| `AP_REDIS_PASSWORD` | ❗️ Password to use when connect to redis | `None` |
Expand Down

0 comments on commit 4635c36

Please sign in to comment.