Skip to content

Commit b34c9ca

Browse files
fix: live server secret key app version env variables (#7997)
* fix: live server secret key app version env variables * fix: revert to stable version * Apply suggestion from @Copilot Co-authored-by: Copilot <[email protected]> * Apply suggestion from @Copilot Co-authored-by: Copilot <[email protected]> --------- Co-authored-by: Copilot <[email protected]>
1 parent addf3c4 commit b34c9ca

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)