@@ -251,7 +251,7 @@ services:
251
251
eiffel_2.0_1 :
252
252
aliases :
253
253
- ei-backend-artifact
254
- environment : # Overrides settings in application config file
254
+ environment : # Overrides settings in application.properties file
255
255
- SpringApplicationName=ei-backend-artifact
256
256
- server.port=8080
257
257
- rules.path=/rules/ArtifactRules-Eiffel-Agen-Version.json
@@ -267,13 +267,12 @@ services:
267
267
- spring.data.mongodb.port=${MONGODB_PORT}
268
268
- spring.data.mongodb.database=eiffel-intelligence-artifact
269
269
- missedNotificationDataBaseName=MissedNotification-artifact
270
- - search.query.prefix=object
271
- - aggregated.object.name=aggregatedObject
270
+ - aggregated.collection.name=aggregated-objects-artifact
272
271
- spring.mail.properties.mail.smtp.auth=false
273
272
- spring.mail.properties.mail.smtp.starttls.enable=false
274
273
- er.url=http://eiffel-er:${EIFFEL_ER_INTERNAL_PORT}/search
275
- - logging.level.root=OFF
276
- - logging.level.org.springframework.web=DEBUG
274
+ - logging.level.root=ERROR
275
+ - logging.level.org.springframework.web=ERROR
277
276
- logging.level.com.ericsson.ei=DEBUG
278
277
- WAIT_MB_HOSTS=rabbitmq:${RABBITMQ_WEB_PORT}
279
278
- WAIT_DB_HOSTS=mongodb:${MONGODB_PORT}
@@ -302,7 +301,7 @@ services:
302
301
eiffel_2.0_1 :
303
302
aliases :
304
303
- ei-backend-sourcechange
305
- environment : # Overrides settings in application config file
304
+ environment : # Overrides settings in application.properties file
306
305
- SpringApplicationName=ei-backend-sourcechange
307
306
- server.port=8080
308
307
- rules.path=/rules/SourceChangeObjectRules-Eiffel-Agen-Version.json
@@ -318,13 +317,12 @@ services:
318
317
- spring.data.mongodb.port=${MONGODB_PORT}
319
318
- spring.data.mongodb.database=eiffel-intelligence-sourcechange
320
319
- missedNotificationDataBaseName=MissedNotification-sourcechange
321
- - search.query.prefix=object
322
- - aggregated.object.name=aggregatedObject
320
+ - aggregated.collection.name=aggregated-objects-sourcechange
323
321
- spring.mail.properties.mail.smtp.auth=false
324
322
- spring.mail.properties.mail.smtp.starttls.enable=false
325
323
- er.url=http://eiffel-er:${EIFFEL_ER_INTERNAL_PORT}/search
326
- - logging.level.root=OFF
327
- - logging.level.org.springframework.web=DEBUG
324
+ - logging.level.root=ERROR
325
+ - logging.level.org.springframework.web=ERROR
328
326
- logging.level.com.ericsson.ei=DEBUG
329
327
- WAIT_MB_HOSTS=rabbitmq:${RABBITMQ_WEB_PORT}
330
328
- WAIT_DB_HOSTS=mongodb:${MONGODB_PORT}
@@ -353,7 +351,7 @@ services:
353
351
eiffel_2.0_1 :
354
352
aliases :
355
353
- ei-backend-testexecution
356
- environment : # Overrides settings in application config file
354
+ environment : # Overrides settings in application.properties file
357
355
- SpringApplicationName=ei-backend-testexecution
358
356
- server.port=8080
359
357
- rules.path=/rules/TestExecutionObjectRules-Eiffel-Agen-Version.json
@@ -369,17 +367,16 @@ services:
369
367
- spring.data.mongodb.port=${MONGODB_PORT}
370
368
- spring.data.mongodb.database=eiffel-intelligence-testexecution
371
369
- missedNotificationDataBaseName=MissedNotification-testexecution
372
- - search.query.prefix=object
373
- - aggregated.object.name=aggregatedObject
370
+ - aggregated.collection.name=aggregated-objects-testexecution
374
371
- spring.mail.host=
375
372
- spring.mail.port=
376
373
- spring.mail.username=
377
374
- spring.mail.password=
378
375
- spring.mail.properties.mail.smtp.auth=false
379
376
- spring.mail.properties.mail.smtp.starttls.enable=false
380
377
- er.url=http://eiffel-er:${EIFFEL_ER_INTERNAL_PORT}/search
381
- - logging.level.root=OFF
382
- - logging.level.org.springframework.web=DEBUG
378
+ - logging.level.root=ERROR
379
+ - logging.level.org.springframework.web=ERROR
383
380
- logging.level.com.ericsson.ei=DEBUG
384
381
- WAIT_MB_HOSTS=rabbitmq:${RABBITMQ_WEB_PORT}
385
382
- WAIT_DB_HOSTS=mongodb:${MONGODB_PORT}
@@ -407,16 +404,16 @@ services:
407
404
eiffel_2.0_1 :
408
405
aliases :
409
406
- ei-frontend
410
- environment : # Overrides settings in application config file
407
+ environment : # Overrides settings in application.properties file
411
408
- spring.application.name=eiffel-intelligence-frontend
412
409
- server.port=8080
413
410
- ei.frontend.service.host=${HOST}
414
411
- ei.frontend.service.port=${EI_FRONTEND_PORT}
415
412
- ei.frontend.context.path=
416
413
- ei.backend.instances.list.json.content=${EI_INSTANCES_LIST}
417
414
- ei.backend.instances.filepath=/tmp/eiInstancesListFile.json
418
- - logging.level.root=OFF
419
- - logging.level.org.springframework.web=DEBUG
415
+ - logging.level.root=ERROR
416
+ - logging.level.org.springframework.web=ERROR
420
417
- logging.level.com.ericsson.ei=DEBUG
421
418
422
419
ldap :
0 commit comments