Merge branch 'canary' of github.com:makeplane/plane into preview
This commit is contained in:
commit
80bd1b6dcd
2 changed files with 5 additions and 0 deletions
|
|
@ -57,6 +57,7 @@ x-app-env: &app-env
|
|||
AMQP_URL: ${AMQP_URL:-amqp://plane:plane@plane-mq:5672/plane}
|
||||
API_KEY_RATE_LIMIT: ${API_KEY_RATE_LIMIT:-60/minute}
|
||||
MINIO_ENDPOINT_SSL: ${MINIO_ENDPOINT_SSL:-0}
|
||||
LIVE_SERVER_SECRET_KEY: ${LIVE_SERVER_SECRET_KEY:-2FiJk1U2aiVPEQtzLehYGlTSnTnrs7LW}
|
||||
|
||||
services:
|
||||
web:
|
||||
|
|
|
|||
|
|
@ -76,3 +76,7 @@ MINIO_ENDPOINT_SSL=0
|
|||
|
||||
# API key rate limit
|
||||
API_KEY_RATE_LIMIT=60/minute
|
||||
|
||||
# Live server environment variables
|
||||
# WARNING: You must set a secure value for LIVE_SERVER_SECRET_KEY in production environments.
|
||||
LIVE_SERVER_SECRET_KEY=
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue