@@ -252,25 +252,24 @@ services:
252
252
aliases :
253
253
- ei-backend-artifact
254
254
environment : # Overrides settings in application.properties file
255
- - SpringApplicationName =ei-backend-artifact
255
+ - spring.application.name =ei-backend-artifact
256
256
- server.port=8080
257
257
- rules.path=/rules/ArtifactRules-Eiffel-Agen-Version.json
258
258
- rabbitmq.host=rabbitmq
259
259
- rabbitmq.port=${RABBITMQ_AMQP_PORT}
260
- - rabbitmq.domainId =ei-domain
261
- - rabbitmq.componentName =eiffel-intelligence-artifact
260
+ - rabbitmq.domain.id =ei-domain
261
+ - rabbitmq.component.name =eiffel-intelligence-artifact
262
262
- rabbitmq.waitlist.queue.suffix=waitlist-artifact
263
263
- rabbitmq.exchange.name=ei-exchange
264
264
- rabbitmq.user=myuser
265
265
- rabbitmq.password=myuser
266
- - spring.data.mongodb.host=mongodb
267
- - spring.data.mongodb.port=${MONGODB_PORT}
266
+ - spring.data.mongodb.uri=mongodb://mongodb:${MONGODB_PORT}
268
267
- spring.data.mongodb.database=eiffel-intelligence-artifact
269
- - missedNotificationDataBaseName =MissedNotification-artifact
270
- - aggregated .collection.name=aggregated-objects-artifact
268
+ - failed.notifications.collection.name =MissedNotification-artifact
269
+ - aggregations .collection.name=aggregated-objects-artifact
271
270
- spring.mail.properties.mail.smtp.auth=false
272
271
- spring.mail.properties.mail.smtp.starttls.enable=false
273
- - er .url=http://eiffel-er:${EIFFEL_ER_INTERNAL_PORT}/search
272
+ - event.repository .url=http://eiffel-er:${EIFFEL_ER_INTERNAL_PORT}/search
274
273
- logging.level.root=ERROR
275
274
- logging.level.org.springframework.web=ERROR
276
275
- logging.level.com.ericsson.ei=DEBUG
@@ -302,25 +301,24 @@ services:
302
301
aliases :
303
302
- ei-backend-sourcechange
304
303
environment : # Overrides settings in application.properties file
305
- - SpringApplicationName =ei-backend-sourcechange
304
+ - spring.application.name =ei-backend-sourcechange
306
305
- server.port=8080
307
306
- rules.path=/rules/SourceChangeObjectRules-Eiffel-Agen-Version.json
308
307
- rabbitmq.host=rabbitmq
309
308
- rabbitmq.port=${RABBITMQ_AMQP_PORT}
310
- - rabbitmq.domainId =ei-domain
311
- - rabbitmq.componentName =eiffel-intelligence-sourcechange
309
+ - rabbitmq.domain.id =ei-domain
310
+ - rabbitmq.component.name =eiffel-intelligence-sourcechange
312
311
- rabbitmq.waitlist.queue.suffix=waitlist-sourcechange
313
312
- rabbitmq.exchange.name=ei-exchange
314
313
- rabbitmq.user=myuser
315
314
- rabbitmq.password=myuser
316
- - spring.data.mongodb.host=mongodb
317
- - spring.data.mongodb.port=${MONGODB_PORT}
315
+ - spring.data.mongodb.uri=mongodb://mongodb:${MONGODB_PORT}
318
316
- spring.data.mongodb.database=eiffel-intelligence-sourcechange
319
- - missedNotificationDataBaseName =MissedNotification-sourcechange
320
- - aggregated .collection.name=aggregated-objects-sourcechange
317
+ - failed.notifications.collection.name =MissedNotification-sourcechange
318
+ - aggregations .collection.name=aggregated-objects-sourcechange
321
319
- spring.mail.properties.mail.smtp.auth=false
322
320
- spring.mail.properties.mail.smtp.starttls.enable=false
323
- - er .url=http://eiffel-er:${EIFFEL_ER_INTERNAL_PORT}/search
321
+ - event.repository .url=http://eiffel-er:${EIFFEL_ER_INTERNAL_PORT}/search
324
322
- logging.level.root=ERROR
325
323
- logging.level.org.springframework.web=ERROR
326
324
- logging.level.com.ericsson.ei=DEBUG
@@ -352,29 +350,28 @@ services:
352
350
aliases :
353
351
- ei-backend-testexecution
354
352
environment : # Overrides settings in application.properties file
355
- - SpringApplicationName =ei-backend-testexecution
353
+ - spring.application.name =ei-backend-testexecution
356
354
- server.port=8080
357
355
- rules.path=/rules/TestExecutionObjectRules-Eiffel-Agen-Version.json
358
356
- rabbitmq.host=rabbitmq
359
357
- rabbitmq.port=${RABBITMQ_AMQP_PORT}
360
- - rabbitmq.domainId =ei-domain
361
- - rabbitmq.componentName =eiffel-intelligence-testexecution
358
+ - rabbitmq.domain.id =ei-domain
359
+ - rabbitmq.component.name =eiffel-intelligence-testexecution
362
360
- rabbitmq.waitlist.queue.suffix=waitlist-testexecution
363
361
- rabbitmq.exchange.name=ei-exchange
364
362
- rabbitmq.user=myuser
365
363
- rabbitmq.password=myuser
366
- - spring.data.mongodb.host=mongodb
367
- - spring.data.mongodb.port=${MONGODB_PORT}
364
+ - spring.data.mongodb.uri=mongodb://mongodb:${MONGODB_PORT}
368
365
- spring.data.mongodb.database=eiffel-intelligence-testexecution
369
- - missedNotificationDataBaseName =MissedNotification-testexecution
370
- - aggregated .collection.name=aggregated-objects-testexecution
366
+ - failed.notifications.collection.name =MissedNotification-testexecution
367
+ - aggregations .collection.name=aggregated-objects-testexecution
371
368
- spring.mail.host=
372
369
- spring.mail.port=
373
370
- spring.mail.username=
374
371
- spring.mail.password=
375
372
- spring.mail.properties.mail.smtp.auth=false
376
373
- spring.mail.properties.mail.smtp.starttls.enable=false
377
- - er .url=http://eiffel-er:${EIFFEL_ER_INTERNAL_PORT}/search
374
+ - event.repository .url=http://eiffel-er:${EIFFEL_ER_INTERNAL_PORT}/search
378
375
- logging.level.root=ERROR
379
376
- logging.level.org.springframework.web=ERROR
380
377
- logging.level.com.ericsson.ei=DEBUG
@@ -411,7 +408,6 @@ services:
411
408
- ei.frontend.service.port=${EI_FRONTEND_PORT}
412
409
- ei.frontend.context.path=
413
410
- ei.backend.instances.list.json.content=${EI_INSTANCES_LIST}
414
- - ei.backend.instances.filepath=/tmp/eiInstancesListFile.json
415
411
- logging.level.root=ERROR
416
412
- logging.level.org.springframework.web=ERROR
417
413
- logging.level.com.ericsson.ei=DEBUG
0 commit comments