Skip to content

Commit addf3c4

Browse files
chore: added live server secret key in community docker file
1 parent d6657d5 commit addf3c4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

deployments/cli/community/docker-compose.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ x-mq-env: &mq-env # RabbitMQ Settings
4444

4545
x-live-env: &live-env
4646
API_BASE_URL: ${API_BASE_URL:-http://api:8000}
47+
LIVE_SERVER_SECRET_KEY: ${LIVE_SERVER_SECRET_KEY:-2FiJk1U2aiVPEQtzLehYGlTSnTnrs7LW}
4748

4849
x-app-env: &app-env
4950
WEB_URL: ${WEB_URL:-http://localhost}

0 commit comments

Comments
 (0)