Skip to content

Commit

Permalink
Add missing env value
Browse files Browse the repository at this point in the history
  • Loading branch information
aalexand committed Aug 1, 2024
1 parent 335c017 commit 9906588
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions local/.env.local
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ export API_CLIENT_SECRET="api-client-secret"
export API_AUTHORIZED_GROUP_ID="api-authorized-group-id"
export DOCKER_BUILDKIT=0
export COMPOSE_DOCKER_CLI_BUILD=0
export IMAGE_REDIS="redis/redis-stack-server:latest"
export CONTAINER_REDIS="redis"
export API_CACHE_TTL=1h
export API_CACHE_REDIS_HOST="localhost:6379"

0 comments on commit 9906588

Please sign in to comment.