@@ -303,13 +303,13 @@ If you want to upgrade to a paid plan, see [Plan upgrades](https://docs.plane.so
303303 | | ` FILE_SIZE_LIMIT ` | Yes | Limit for file uploads in your system | ` 5MB ` |
304304 | app_env_existingSecret | ` SECRET_KEY ` | Yes | Random secret key | ` 60gp0byfz2dvffa45cxl20p1scy9xbpf6d8c5y0geejgkyp1b5 ` |
305305 | | ` 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:plane@plane-pgdb.plane-ns.svc.cluster.local: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:plane@plane-rabbitmq.plane-ns.svc.cluster.local: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:plane@plane-pgdb.plane-ns.svc.cluster.local: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:plane@plane-rabbitmq.plane-ns.svc.cluster.local:5672/ ` <br / > <br / > ** external service example** : ` amqp://username:password@your-rabbitmq-host:5672/ ` |
308308 | live_env_existingSecret | ` REDIS_URL ` | Yes | Redis URL | ` redis://plane-redis.plane-ns.svc.cluster.local:6379/ ` |
309309 | silo_env_existingSecret | ` SILO_HMAC_SECRET_KEY ` | Yes | Silo HMAC secret Key | ` <random-32-bit-string> ` |
310310 | | ` 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:plane@plane-pgdb.plane-ns.svc.cluster.local: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:plane@plane-rabbitmq.plane-ns.svc.cluster.local: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:plane@plane-pgdb.plane-ns.svc.cluster.local: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:plane@plane-rabbitmq.plane-ns.svc.cluster.local:5672/ ` <br / > <br / > ** external service example** : ` amqp://username:password@your-rabbitmq-host:5672/ ` |
313313 | | ` GITHUB_APP_NAME ` | required if ` services.silo.connectors.github.enabled ` is ` true ` | GitHub app name | ` your_github_app_name ` |
314314 | | ` GITHUB_APP_ID ` | required if ` services.silo.connectors.github.enabled ` is ` true ` | GitHub app ID | ` your_github_app_id ` |
315315 | | ` GITHUB_CLIENT_ID ` | required if ` services.silo.connectors.github.enabled ` is ` true ` | GitHub client ID | ` your_github_client_id ` |
0 commit comments