Skip to content

Commit

Permalink
Add new OVERRIDE_JWT env var to deploy script
Browse files Browse the repository at this point in the history
  • Loading branch information
Nico-Sanchez committed Jul 11, 2024
1 parent 305db38 commit bf72de1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions devops/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ SECRET_KEY_BASE=${SECRET_KEY_BASE}
JWT_PRIVATE_KEY_BASE_64=${JWT_PRIVATE_KEY_BASE_64}
PORT=${PORT}
GATEWAY_URL=${GATEWAY_URL}
OVERRIDE_JWT=${OVERRIDE_JWT}
GOOGLE_CLIENT_ID=${GOOGLE_CLIENT_ID}
BOT_MANAGER_PORT=${BOT_MANAGER_PORT}
BOT_MANAGER_HOST=${BOT_MANAGER_HOST}
Expand Down

0 comments on commit bf72de1

Please sign in to comment.