Skip to content

Commit e329a21

Browse files
committed
docs: reorganize and restore database settings for Plane AI in environment variables documentation
1 parent 7e1a29c commit e329a21

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -172,13 +172,6 @@ This is where you'll make all configuration changes. Remember to restart the ins
172172

173173
### Plane AI
174174

175-
#### Database settings
176-
177-
| Variable | Description | Default Value |
178-
| ------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------- |
179-
| **FOLLOWER_POSTGRES_URI** | Connection string for a PostgreSQL read replica. Used for read-heavy operations to reduce load on the primary database. | Same as DATABASE_URL |
180-
| **PLANE_PI_DATABASE_URL** | Connection string for the Plane Intelligence database. A separate database used by the PI service. | postgresql://plane:plane@plane-db/plane_pi |
181-
182175
#### Plane AI replicas
183176

184177
To start Plane AI services, set each replica count to `1`:
@@ -190,6 +183,13 @@ To start Plane AI services, set each replica count to `1`:
190183
| **PI_WORKER_REPLICAS** | Plane AI Worker replica count | Yes |
191184
| **PI_MIGRATOR_REPLICAS** | Plane AI Migrator replica count | Yes |
192185

186+
#### Database settings
187+
188+
| Variable | Description | Default Value |
189+
| ------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------- |
190+
| **FOLLOWER_POSTGRES_URI** | Connection string for a PostgreSQL read replica. Used for read-heavy operations to reduce load on the primary database. | Same as DATABASE_URL |
191+
| **PLANE_PI_DATABASE_URL** | Connection string for the Plane Intelligence database. A separate database used by the PI service. | postgresql://plane:plane@plane-db/plane_pi |
192+
193193
#### LLM provider API keys
194194

195195
Plane AI supports multiple LLM providers. Configure one or more by adding their API keys.

0 commit comments

Comments
 (0)