Loading atlas-commands/src/main/resources/application-dev.properties +5 −5 Original line number Diff line number Diff line spring.kafka.bootstrap-servers=redmic.net:19092 spring.kafka.bootstrap-servers=localhost:19092 spring.kafka.properties.schema.registry.url=http://redmic.net:18081 spring.kafka.properties.schema.registry.url=http://localhost:18081 stream.application.id=${spring.kafka.client-id} broker.state.store.config.dir=/home/REDMIC/kafka broker.state.store.config.dir=/tmp/REDMIC/kafka #oauth oauth.server=http://redmic.net:8081 oauth.server=http://oauth:8081 #Local private property.path.media_storage.LOCAL_PRIVATE_BASE_PATH=/home/REDMIC/MEDIA_STORAGE property.path.media_storage.LOCAL_PRIVATE_BASE_PATH=/tmp/REDMIC/MEDIA_STORAGE atlas-commands/src/main/resources/application-test.properties +6 −2 Original line number Diff line number Diff line Loading @@ -7,15 +7,19 @@ stream.application.id=${random.value} broker.state.store.config.dir=/tmp/kafka #oauth oauth.server=http://redmic.net:8081 oauth.server=http://localhost:8081 #TEST USERS test.user.ADMINISTRATOR=administrator@redmic.es test.user.OAG=oag@redmic.es #TODO: eliminar cuando se cambie OAG por OPERATOR en librería test test.user.OAG=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 #Local private property.path.media_storage.LOCAL_PRIVATE_BASE_PATH=/home/REDMIC/MEDIA_STORAGE property.path.media_storage.LOCAL_PRIVATE_BASE_PATH=/tmp/REDMIC/MEDIA_STORAGE atlas-view/src/main/resources/application-dev.properties +5 −5 Original line number Diff line number Diff line spring.kafka.bootstrap-servers=redmic.net:19092,redmic.net:29092,redmic.net:29092 spring.kafka.bootstrap-servers=localhost:19092,localhost:29092,localhost:29092 spring.kafka.properties.schema.registry.url=http://redmic.net:18081 spring.kafka.properties.schema.registry.url=http://localhost:18081 #elastic elastic.addresses=localhost elastic.port=9201 elastic.addresses=es6-1 elastic.port=9200 redmic.elasticsearch.check.mappings=true redmic.elasticsearch.create.mappings=true #oauth oauth.server=http://redmic.net:8081 oauth.server=http://oauth:8081 atlas-view/src/main/resources/application-test.properties +6 −2 Original line number Diff line number Diff line Loading @@ -9,12 +9,16 @@ redmic.elasticsearch.check.mappings=true redmic.elasticsearch.create.mappings=true #oauth oauth.server=http://redmic.net:8081 oauth.server=http://localhost:8081 #TEST USERS test.user.ADMINISTRATOR=administrator@redmic.es test.user.OAG=oag@redmic.es test.user.OPERATOR=operator@redmic.es #TODO: eliminar cuando se cambie OAG por OPERATOR en librería test test.user.OAG=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
atlas-commands/src/main/resources/application-dev.properties +5 −5 Original line number Diff line number Diff line spring.kafka.bootstrap-servers=redmic.net:19092 spring.kafka.bootstrap-servers=localhost:19092 spring.kafka.properties.schema.registry.url=http://redmic.net:18081 spring.kafka.properties.schema.registry.url=http://localhost:18081 stream.application.id=${spring.kafka.client-id} broker.state.store.config.dir=/home/REDMIC/kafka broker.state.store.config.dir=/tmp/REDMIC/kafka #oauth oauth.server=http://redmic.net:8081 oauth.server=http://oauth:8081 #Local private property.path.media_storage.LOCAL_PRIVATE_BASE_PATH=/home/REDMIC/MEDIA_STORAGE property.path.media_storage.LOCAL_PRIVATE_BASE_PATH=/tmp/REDMIC/MEDIA_STORAGE
atlas-commands/src/main/resources/application-test.properties +6 −2 Original line number Diff line number Diff line Loading @@ -7,15 +7,19 @@ stream.application.id=${random.value} broker.state.store.config.dir=/tmp/kafka #oauth oauth.server=http://redmic.net:8081 oauth.server=http://localhost:8081 #TEST USERS test.user.ADMINISTRATOR=administrator@redmic.es test.user.OAG=oag@redmic.es #TODO: eliminar cuando se cambie OAG por OPERATOR en librería test test.user.OAG=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 #Local private property.path.media_storage.LOCAL_PRIVATE_BASE_PATH=/home/REDMIC/MEDIA_STORAGE property.path.media_storage.LOCAL_PRIVATE_BASE_PATH=/tmp/REDMIC/MEDIA_STORAGE
atlas-view/src/main/resources/application-dev.properties +5 −5 Original line number Diff line number Diff line spring.kafka.bootstrap-servers=redmic.net:19092,redmic.net:29092,redmic.net:29092 spring.kafka.bootstrap-servers=localhost:19092,localhost:29092,localhost:29092 spring.kafka.properties.schema.registry.url=http://redmic.net:18081 spring.kafka.properties.schema.registry.url=http://localhost:18081 #elastic elastic.addresses=localhost elastic.port=9201 elastic.addresses=es6-1 elastic.port=9200 redmic.elasticsearch.check.mappings=true redmic.elasticsearch.create.mappings=true #oauth oauth.server=http://redmic.net:8081 oauth.server=http://oauth:8081
atlas-view/src/main/resources/application-test.properties +6 −2 Original line number Diff line number Diff line Loading @@ -9,12 +9,16 @@ redmic.elasticsearch.check.mappings=true redmic.elasticsearch.create.mappings=true #oauth oauth.server=http://redmic.net:8081 oauth.server=http://localhost:8081 #TEST USERS test.user.ADMINISTRATOR=administrator@redmic.es test.user.OAG=oag@redmic.es test.user.OPERATOR=operator@redmic.es #TODO: eliminar cuando se cambie OAG por OPERATOR en librería test test.user.OAG=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