Skip to content

Commit 4a2a646

Browse files
committed
formatting fixes
1 parent 69dc1b9 commit 4a2a646

3 files changed

Lines changed: 67 additions & 67 deletions

File tree

docs/self-hosting/govern/environment-variables.md

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -77,16 +77,16 @@ This is where you'll make all configuration changes. Remember to restart the ins
7777

7878
### Database settings
7979

80-
| Variable | Description | Default Value |
81-
| ------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------ |
82-
| **PGHOST** | Hostname or IP address of your PostgreSQL server. | plane-db |
83-
| **PGDATABASE** | Name of the PostgreSQL database Plane will use. | plane |
84-
| **POSTGRES_USER** | Username for PostgreSQL authentication. | plane |
85-
| **POSTGRES_PASSWORD** | Password for PostgreSQL authentication. **Critical:** Use a strong, unique password here. | plane |
86-
| **POSTGRES_DB** | Same as PGDATABASE - the name of the PostgreSQL database. | plane |
87-
| **POSTGRES_PORT** | TCP port your PostgreSQL server is listening on. | 5432 |
88-
| **PGDATA** | Directory path where PostgreSQL data is stored. Only relevant if you're managing PostgreSQL within the same container/system. | /var/lib/postgresql/data |
89-
| **DATABASE_URL** | Full connection string for PostgreSQL. If provided, this takes precedence over individual connection parameters. Format: `postgresql://username:password@host:port/dbname` | |
80+
| Variable | Description | Default Value |
81+
| --------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------ |
82+
| **PGHOST** | Hostname or IP address of your PostgreSQL server. | plane-db |
83+
| **PGDATABASE** | Name of the PostgreSQL database Plane will use. | plane |
84+
| **POSTGRES_USER** | Username for PostgreSQL authentication. | plane |
85+
| **POSTGRES_PASSWORD** | Password for PostgreSQL authentication. **Critical:** Use a strong, unique password here. | plane |
86+
| **POSTGRES_DB** | Same as PGDATABASE - the name of the PostgreSQL database. | plane |
87+
| **POSTGRES_PORT** | TCP port your PostgreSQL server is listening on. | 5432 |
88+
| **PGDATA** | Directory path where PostgreSQL data is stored. Only relevant if you're managing PostgreSQL within the same container/system. | /var/lib/postgresql/data |
89+
| **DATABASE_URL** | Full connection string for PostgreSQL. If provided, this takes precedence over individual connection parameters. Format: `postgresql://username:password@host:port/dbname` | |
9090

9191
### Redis settings
9292

@@ -162,13 +162,13 @@ This is where you'll make all configuration changes. Remember to restart the ins
162162

163163
### OpenSearch
164164

165-
| Variable | Description | Default Value |
166-
| --------------------------- | --------------------------------------------------------------- | ------------------------------------ |
167-
| **OPENSEARCH_ENABLED** | Enable OpenSearch integration | 1 |
168-
| **OPENSEARCH_URL** | OpenSearch endpoint URL | https://opensearch.example.com:9200/ |
169-
| **OPENSEARCH_USERNAME** | Authentication username | admin |
170-
| **OPENSEARCH_PASSWORD** | Authentication password | your-secure-password |
171-
| **OPENSEARCH_INDEX_PREFIX** | Prefix for all index names (useful for multi-tenant setups) | (empty) |
165+
| Variable | Description | Default Value |
166+
| --------------------------- | ----------------------------------------------------------- | ------------------------------------ |
167+
| **OPENSEARCH_ENABLED** | Enable OpenSearch integration | 1 |
168+
| **OPENSEARCH_URL** | OpenSearch endpoint URL | https://opensearch.example.com:9200/ |
169+
| **OPENSEARCH_USERNAME** | Authentication username | admin |
170+
| **OPENSEARCH_PASSWORD** | Authentication password | your-secure-password |
171+
| **OPENSEARCH_INDEX_PREFIX** | Prefix for all index names (useful for multi-tenant setups) | (empty) |
172172

173173
### Plane AI
174174

@@ -189,10 +189,10 @@ To start Plane AI services, set each replica count to `1`:
189189
Plane AI uses a separate PostgreSQL database. Create a new database (e.g. `plane_pi`) on your PostgreSQL server, then set **PLANE_PI_DATABASE_URL** to its connection string. Example: `postgresql://user:password@host:5432/plane_pi`
190190
:::
191191

192-
| Variable | Description | Default Value |
193-
| ------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------- |
194-
| **PLANE_PI_DATABASE_URL** | Connection string for the Plane AI database. A separate database used by the PI service. | postgresql://plane:plane@plane-db/plane_pi |
195-
| **FOLLOWER_POSTGRES_URI** | Connection string for a Plane PostgreSQL DB read replica. Used for read-heavy operations to reduce load on the primary database. | Same as DATABASE_URL |
192+
| Variable | Description | Default Value |
193+
| ------------------------- | -------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------ |
194+
| **PLANE_PI_DATABASE_URL** | Connection string for the Plane AI database. A separate database used by the PI service. | postgresql://plane:plane@plane-db/plane_pi |
195+
| **FOLLOWER_POSTGRES_URI** | Connection string for a Plane PostgreSQL DB read replica. Used for read-heavy operations to reduce load on the primary database. | Same as DATABASE_URL |
196196

197197
#### LLM provider API keys
198198

0 commit comments

Comments
 (0)