Skip to content

Commit

Permalink
Fix local setup
Browse files Browse the repository at this point in the history
  • Loading branch information
aalexand committed Aug 1, 2024
1 parent 9906588 commit 5c62314
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions local/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,9 @@ if [[ "${RUN_APISERVER}" == 1 ]]; then
-e SQS_AWS_REGION \
-e SQS_ENDPOINT=http://${CONTAINER_SQS}:9324 \
-e SQS_QUEUE_NAME=${SQS_QUEUE_NAME} \
-e SQS_BATCH_SIZE \
-e SQS_WAIT_SECONDS \
-e SQS_RUN_INTERVAL \
-e API_RATE_LIMITER=${API_RATE_LIMITER} \
-e LOG_LEVEL=${LOG_LEVEL} \
-e API_HOST=${API_HOST} \
Expand All @@ -108,6 +111,8 @@ if [[ "${RUN_APISERVER}" == 1 ]]; then
-e API_CLIENT_ID=${API_CLIENT_ID} \
-e API_CLIENT_SECRET=${API_CLIENT_SECRET} \
-e API_AUTHORIZED_GROUP_ID=${API_AUTHORIZED_GROUP_ID} \
-e API_CACHE_TTL \
-e API_CACHE_REDIS_HOST=${CONTAINER_REDIS}:6379 \
--network ${NETWORK} \
${IMAGE_APISERVER}:${TAG}
fi
Expand Down

0 comments on commit 5c62314

Please sign in to comment.