Skip to content

Commit

Permalink
Sett spring cloud gateway enabled til false
Browse files Browse the repository at this point in the history
  • Loading branch information
johatr committed Jul 15, 2024
1 parent 0be797d commit af280e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
7 changes: 1 addition & 6 deletions src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -121,9 +121,4 @@ spring.kafka.producer.batch-size=1
spring.kafka.producer.properties.max.block.ms=2000
spring.kafka.producer.properties.enable.idempotence=true

#zuul.routes.api.path=/api/**
#zuul.routes.api.url=${VEILARBAKTIVITET_FSS_URL}/api
#zuul.routes.internal.path=/internal/api/**
#zuul.routes.internal.url=${VEILARBAKTIVITET_FSS_URL}/internal/api
#zuul.routes.graphql.path=/graphql
#zuul.routes.graphql.url=${VEILARBAKTIVITET_FSS_URL}/graphql
spring.cloud.gateway.enabled=false
2 changes: 1 addition & 1 deletion src/test/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -90,4 +90,4 @@ veilarbdialog.url=http://localhost:${wiremock.server.port}
pdl.url=http://localhost:${wiremock.server.port}/pdl
pdl.scope=api://dev-fss.pdl.pdl-api/.default

spring.cloud.gateway.mvc.enabled=false
spring.cloud.gateway.enabled=false

0 comments on commit af280e2

Please sign in to comment.