You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/self-hosting/govern/environment-variables.md
+7-2Lines changed: 7 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -87,8 +87,6 @@ This is where you'll make all configuration changes. Remember to restart the ins
87
87
|**POSTGRES_PORT**| TCP port your PostgreSQL server is listening on. | 5432 |
88
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
89
|**DATABASE_URL**| Full connection string for PostgreSQL. If provided, this takes precedence over individual connection parameters. Format: `postgresql://username:password@host:port/dbname`||
90
-
|**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 |
91
-
|**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 |
92
90
93
91
### Redis settings
94
92
@@ -175,6 +173,13 @@ This is where you'll make all configuration changes. Remember to restart the ins
|**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 |
181
+
|**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 |
182
+
178
183
#### Plane AI replicas
179
184
180
185
To start Plane AI services, set each replica count to `1`:
Copy file name to clipboardExpand all lines: docs/self-hosting/methods/install-methods-commercial/kubernetes.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -455,6 +455,7 @@ airgapped:
455
455
| services.pi.annotations | {} || Custom annotations to add to the Plane AI API deployment. |
456
456
| env.pg_pi_db_name | plane_pi || PostgreSQL database name used by Plane AI when `postgres.local_setup=true`. |
457
457
| env.pg_pi_db_remote_url | "" || PostgreSQL connection URL for Plane AI when using a remote database. Required when `postgres.local_setup=false` and Plane AI is enabled. |
458
+
| env.pi_envs.follower_postgres_uri | Same as Plane DATABASE_URL | No | Connection string for a Plane PostgreSQL DB read replica. Used for read-heavy operations to reduce load on the primary database. |
458
459
| env.pi_envs.internal_secret | tyfvfqvBJAgpm9bzvf3r4urJer0Ehfdubk || Internal secret used by Plane AI for OAuth and internal APIs. |
459
460
| env.pi_envs.plane_api_host | "" || Override for the Plane API host URL used by Plane AI. Defaults to the license domain. |
460
461
| env.pi_envs.cors_allowed_origins | "" || CORS allowed origins for Plane AI API. Defaults to the license domain. |
Copy file name to clipboardExpand all lines: docs/self-hosting/methods/kubernetes.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -453,6 +453,7 @@ airgapped:
453
453
| services.pi.annotations | {} || Custom annotations to add to the Plane AI API deployment. |
454
454
| env.pg_pi_db_name | plane_pi || PostgreSQL database name used by Plane AI when `postgres.local_setup=true`. |
455
455
| env.pg_pi_db_remote_url | "" || PostgreSQL connection URL for Plane AI when using a remote database. Required when `postgres.local_setup=false` and Plane AI is enabled. |
456
+
| env.pi_envs.follower_postgres_uri | Same as Plane DATABASE_URL | No | Connection string for a Plane PostgreSQL DB read replica. Used for read-heavy operations to reduce load on the primary database. |
456
457
| env.pi_envs.internal_secret | tyfvfqvBJAgpm9bzvf3r4urJer0Ehfdubk || Internal secret used by Plane AI for OAuth and internal APIs. |
457
458
| env.pi_envs.plane_api_host | "" || Override for the Plane API host URL used by Plane AI. Defaults to the license domain. |
458
459
| env.pi_envs.cors_allowed_origins | "" || CORS allowed origins for Plane AI API. Defaults to the license domain. |
0 commit comments