Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
jonaro00 committed Mar 21, 2024
1 parent 9249cfe commit 3aa60be
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 1 addition & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ AUTH_JWTSIGNING_PRIVATE_KEY?=""

PERMIT_API?=https://api.eu-central-1.permit.io
PERMIT_API_KEY?=""
PERMIT_DEBUG?="False"

DD_ENV=$(SHUTTLE_ENV)
ifeq ($(SHUTTLE_ENV),production)
Expand Down Expand Up @@ -133,8 +132,7 @@ DOCKER_COMPOSE_ENV=\
SHUTTLE_ENV=$(SHUTTLE_ENV)\
SHUTTLE_SERVICE_VERSION=$(SHUTTLE_SERVICE_VERSION)\
PERMIT_API=$(PERMIT_API)\
PERMIT_API_KEY=$(PERMIT_API_KEY)\
PERMIT_BEDUG=$(PERMIT_BEDUG)
PERMIT_API_KEY=$(PERMIT_API_KEY)

.PHONY: clean deep-clean images the-shuttle-images shuttle-% postgres otel deploy test docker-compose.rendered.yml up down

Expand Down
3 changes: 3 additions & 0 deletions docker-compose.dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,3 +116,6 @@ services:
- 8004:8000
# the shared postgres already uses 5432
- 5434:5432
permit-pdp:
environment:
- PDP_DEBUG=True
1 change: 0 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,6 @@ services:
environment:
- PDP_CONTROL_PLANE=${PERMIT_API}
- PDP_API_KEY=${PERMIT_API_KEY}
- PDP_DEBUG=${PERMIT_BEDUG}
ports:
- 7000:7000
networks:
Expand Down

0 comments on commit 3aa60be

Please sign in to comment.