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 9739af1 commit 0a65ede
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit 0a65ede

Please sign in to comment.