Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 8 additions & 6 deletions content/self-hosting/environment-variables.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,14 @@ Deployment with [one-click deploy](/self-hosting/installation#one-click-deployme
### Database

| Variable | Description | Default value |
|------------------------|-------------------------------------------------------------------------------------------|---------------|
| `LOGCHIMP_DB_HOST` | Hostname or IP address of your PostgreSQL server. | `db` |
| `LOGCHIMP_DB_DATABASE` | Name of the PostgreSQL database LogChimp will use. | `logchimp` |
| `LOGCHIMP_DB_PORT` | TCP port your PostgreSQL server is listening on. | `5432` |
| `LOGCHIMP_DB_USER` | Username for PostgreSQL authentication. | `logchimp` |
| `LOGCHIMP_DB_PASSWORD` | Password for PostgreSQL authentication. **Critical:** Use a strong, unique password here. | `logchimp` |
|------------------------|-------------------------------------------------------------------------------------------|---------------------------------------------|
| `LOGCHIMP_DB_URL` | Complete connection URL for PostgreSQL. If provided this takes precedence over individual connection parameters. Format: `postgresql://user:password@db:5432/db` | |
| `LOGCHIMP_DB_HOST` | Hostname or IP address of your PostgreSQL server. | `db` |
| `LOGCHIMP_DB_DATABASE` | Name of the PostgreSQL database LogChimp will use. | `logchimp` |
| `LOGCHIMP_DB_PORT` | TCP port your PostgreSQL server is listening on. | `5432` |
| `LOGCHIMP_DB_USER` | Username for PostgreSQL authentication. | `logchimp` |
| `LOGCHIMP_DB_PASSWORD` | Password for PostgreSQL authentication. **Critical:** Use a strong, unique password here. | `logchimp` |


### Mail

Expand Down