We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ad16ea1 + b34c9ca commit 80bd1b6Copy full SHA for 80bd1b6
deployments/cli/community/docker-compose.yml
@@ -57,6 +57,7 @@ x-app-env: &app-env
57
AMQP_URL: ${AMQP_URL:-amqp://plane:plane@plane-mq:5672/plane}
58
API_KEY_RATE_LIMIT: ${API_KEY_RATE_LIMIT:-60/minute}
59
MINIO_ENDPOINT_SSL: ${MINIO_ENDPOINT_SSL:-0}
60
+ LIVE_SERVER_SECRET_KEY: ${LIVE_SERVER_SECRET_KEY:-2FiJk1U2aiVPEQtzLehYGlTSnTnrs7LW}
61
62
services:
63
web:
deployments/cli/community/variables.env
@@ -76,3 +76,7 @@ MINIO_ENDPOINT_SSL=0
76
77
# API key rate limit
78
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