mirror of
https://github.com/makeplane/plane.git
synced 2026-05-04 23:19:39 -05:00
chore: added live server secret key in community docker file
This commit is contained in:
@@ -44,6 +44,7 @@ x-mq-env: &mq-env # RabbitMQ Settings
|
||||
|
||||
x-live-env: &live-env
|
||||
API_BASE_URL: ${API_BASE_URL:-http://api:8000}
|
||||
LIVE_SERVER_SECRET_KEY: ${LIVE_SERVER_SECRET_KEY:-2FiJk1U2aiVPEQtzLehYGlTSnTnrs7LW}
|
||||
|
||||
x-app-env: &app-env
|
||||
WEB_URL: ${WEB_URL:-http://localhost}
|
||||
|
||||
Reference in New Issue
Block a user