Skip to content

Commit 61096c7

Browse files
Introduce ids for domain entity type (#287)
1 parent 75107d4 commit 61096c7

File tree

1 file changed

+4
-0
lines changed
  • entity-service/src/integrationTest/resources/configs/entity-service

1 file changed

+4
-0
lines changed

entity-service/src/integrationTest/resources/configs/entity-service/application.conf

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,10 @@ entity.service.idAttributeMap = [
4747
scope = BACKEND
4848
attribute = BACKEND.id
4949
},
50+
{
51+
scope = DOMAIN
52+
attribute = DOMAIN.id
53+
}
5054
]
5155

5256
# This should be completely driven based on config given in app packaging.

0 commit comments

Comments
 (0)