Skip to content

Commit 80bd1b6

Browse files
Merge branch 'canary' of github.com:makeplane/plane into preview
2 parents ad16ea1 + b34c9ca commit 80bd1b6

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

deployments/cli/community/docker-compose.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ x-app-env: &app-env
5757
AMQP_URL: ${AMQP_URL:-amqp://plane:plane@plane-mq:5672/plane}
5858
API_KEY_RATE_LIMIT: ${API_KEY_RATE_LIMIT:-60/minute}
5959
MINIO_ENDPOINT_SSL: ${MINIO_ENDPOINT_SSL:-0}
60+
LIVE_SERVER_SECRET_KEY: ${LIVE_SERVER_SECRET_KEY:-2FiJk1U2aiVPEQtzLehYGlTSnTnrs7LW}
6061

6162
services:
6263
web:

deployments/cli/community/variables.env

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,3 +76,7 @@ MINIO_ENDPOINT_SSL=0
7676

7777
# API key rate limit
7878
API_KEY_RATE_LIMIT=60/minute
79+
80+
# Live server environment variables
81+
# WARNING: You must set a secure value for LIVE_SERVER_SECRET_KEY in production environments.
82+
LIVE_SERVER_SECRET_KEY=

0 commit comments

Comments
 (0)