Commit c9dc2f68 authored by Noel Alonso's avatar Noel Alonso
Browse files

Añade/actualiza propiedades para adaptar a entorno

parent cb4f5bd0
Loading
Loading
Loading
Loading
+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

+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}

@@ -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