@@ -303,13 +303,13 @@ If you want to upgrade to a paid plan, see [Plan upgrades](https://docs.plane.so
303
303
| | ` FILE_SIZE_LIMIT ` | Yes | Limit for file uploads in your system | ` 5MB ` |
304
304
| app_env_existingSecret | ` SECRET_KEY ` | Yes | Random secret key | ` 60gp0byfz2dvffa45cxl20p1scy9xbpf6d8c5y0geejgkyp1b5 ` |
305
305
| | ` REDIS_URL ` | Yes | Redis URL | ` redis://plane-redis.plane-ns.svc.cluster.local:6379/ ` |
306
- | |
` DATABASE_URL ` | Yes | PostgreSQL connection URL |
** k8s service example
** :
` postgresql://plane:[email protected] :5432/plane ` <
br > <
br >
** external service example
** :
` postgresql://username:password@your-db-host:5432/plane ` |
307
- | |
` AMQP_URL ` | Yes | RabbitMQ connection URL |
** k8s service example
** :
` amqp://plane:[email protected] :5672/ ` <
br > <
br >
** external service example
** :
` amqp://username:password@your-rabbitmq-host:5672/ ` |
306
+ | |
` DATABASE_URL ` | Yes | PostgreSQL connection URL |
** k8s service example
** :
` postgresql://plane:[email protected] :5432/plane ` <
br / > <
br / >
** external service example
** :
` postgresql://username:password@your-db-host:5432/plane ` |
307
+ | |
` AMQP_URL ` | Yes | RabbitMQ connection URL |
** k8s service example
** :
` amqp://plane:[email protected] :5672/ ` <
br / > <
br / >
** external service example
** :
` amqp://username:password@your-rabbitmq-host:5672/ ` |
308
308
| live_env_existingSecret | ` REDIS_URL ` | Yes | Redis URL | ` redis://plane-redis.plane-ns.svc.cluster.local:6379/ ` |
309
309
| silo_env_existingSecret | ` SILO_HMAC_SECRET_KEY ` | Yes | Silo HMAC secret Key | ` <random-32-bit-string> ` |
310
310
| | ` REDIS_URL ` | Yes | Redis URL | ` redis://plane-redis.plane-ns.svc.cluster.local:6379/ ` |
311
- | |
` DATABASE_URL ` | Yes | PostgreSQL connection URL |
** k8s service example
** :
` postgresql://plane:[email protected] :5432/plane ` <
br > <
br >
** external service example
** :
` postgresql://username:password@your-db-host:5432/plane ` |
312
- | |
` AMQP_URL ` | Yes | RabbitMQ connection URL |
** k8s service example
** :
` amqp://plane:[email protected] :5672/ ` <
br > <
br >
** external service example
** :
` amqp://username:password@your-rabbitmq-host:5672/ ` |
311
+ | |
` DATABASE_URL ` | Yes | PostgreSQL connection URL |
** k8s service example
** :
` postgresql://plane:[email protected] :5432/plane ` <
br / > <
br / >
** external service example
** :
` postgresql://username:password@your-db-host:5432/plane ` |
312
+ | |
` AMQP_URL ` | Yes | RabbitMQ connection URL |
** k8s service example
** :
` amqp://plane:[email protected] :5672/ ` <
br / > <
br / >
** external service example
** :
` amqp://username:password@your-rabbitmq-host:5672/ ` |
313
313
| | ` GITHUB_APP_NAME ` | required if ` services.silo.connectors.github.enabled ` is ` true ` | GitHub app name | ` your_github_app_name ` |
314
314
| | ` GITHUB_APP_ID ` | required if ` services.silo.connectors.github.enabled ` is ` true ` | GitHub app ID | ` your_github_app_id ` |
315
315
| | ` GITHUB_CLIENT_ID ` | required if ` services.silo.connectors.github.enabled ` is ` true ` | GitHub client ID | ` your_github_client_id ` |
0 commit comments