Loading src/main/resources/application-dev.properties +2 −2 Original line number Diff line number Diff line #oauth oauth.server=http://redmic.net:8081 oauth.server=http://localhost:8081 spring.kafka.bootstrap-servers=localhost:19092 Loading src/main/resources/application-test.properties +5 −3 Original line number Diff line number Diff line #oauth oauth.server=http://redmic.net:8081 oauth.server=http://localhost:8081 spring.kafka.bootstrap-servers=${spring.embedded.kafka.brokers} Loading @@ -8,7 +8,9 @@ spring.kafka.properties.schema.registry.url=http://localhost:${schema.registry.p #TEST USERS test.user.ADMINISTRATOR=administrator@redmic.es test.user.OAG=oag@redmic.es test.user.OPERATOR=operator@redmic.es test.user.COLLABORATOR=collaborator@redmic.es test.user.USER=user@redmic.es test.user.PASSWORD=test.user.PASSWORD test.oauth.AUTHORIZATION=test.oauth.AUTHORIZATION test.oauth.GETTOKENPATH=/api/oauth/token Loading
src/main/resources/application-dev.properties +2 −2 Original line number Diff line number Diff line #oauth oauth.server=http://redmic.net:8081 oauth.server=http://localhost:8081 spring.kafka.bootstrap-servers=localhost:19092 Loading
src/main/resources/application-test.properties +5 −3 Original line number Diff line number Diff line #oauth oauth.server=http://redmic.net:8081 oauth.server=http://localhost:8081 spring.kafka.bootstrap-servers=${spring.embedded.kafka.brokers} Loading @@ -8,7 +8,9 @@ spring.kafka.properties.schema.registry.url=http://localhost:${schema.registry.p #TEST USERS test.user.ADMINISTRATOR=administrator@redmic.es test.user.OAG=oag@redmic.es test.user.OPERATOR=operator@redmic.es test.user.COLLABORATOR=collaborator@redmic.es test.user.USER=user@redmic.es test.user.PASSWORD=test.user.PASSWORD test.oauth.AUTHORIZATION=test.oauth.AUTHORIZATION test.oauth.GETTOKENPATH=/api/oauth/token