Skip to content

Commit

Permalink
Removing Mapbox token from docker-compose
Browse files Browse the repository at this point in the history
  • Loading branch information
John-Wiens committed Jun 17, 2024
1 parent 80e3fab commit 2fa9516
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ spring.security.oauth2.resourceserver.jwt:
issuer-uri: ${AUTH_SERVER_URL:http://localhost:8084}/realms/conflictvisualizer
jwk-set-uri: ${AUTH_SERVER_URL:http://localhost:8084}/realms/conflictvisualizer/protocol/openid-connect/certs

spring.kafka.bootstrap-servers: localhost:9092
spring.kafka.bootstrap-servers: ${KAFKA_BROKER_IP:localhost}:${KAFKA_BROKER_PORT:9092}
logging.level.org.apache.kafka: INFO
logging.level: INFO

Expand Down
1 change: 0 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ services:
KEYCLOAK_CLIENT_SECRET: ${KEYCLOAK_CLIENT_SECRET}
KEYCLOAK_REALM: ${KEYCLOAK_REALM}
MAPBOX_TOKEN: ${MAPBOX_TOKEN}
MAPBOX_STYLE_URL: ${MAPBOX_STYLE_URL}
GUI_SERVER_URL: ${GUI_SERVER_URL}
AUTH_SERVER_URL: ${AUTH_SERVER_URL}
API_SERVER_URL: ${API_SERVER_URL}
Expand Down

0 comments on commit 2fa9516

Please sign in to comment.