diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index c8727090e..04628b595 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -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 \ No newline at end of file +spring.cloud.gateway.enabled=false \ No newline at end of file diff --git a/src/test/resources/application.properties b/src/test/resources/application.properties index 7f9b71077..69b5e14e1 100644 --- a/src/test/resources/application.properties +++ b/src/test/resources/application.properties @@ -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 \ No newline at end of file +spring.cloud.gateway.enabled=false \ No newline at end of file