diff options
Diffstat (limited to 'src/main/resources')
-rw-r--r-- | src/main/resources/application-test.properties | 1 | ||||
-rw-r--r-- | src/main/resources/application.properties | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/src/main/resources/application-test.properties b/src/main/resources/application-test.properties index 8511a3b..1ab93e3 100644 --- a/src/main/resources/application-test.properties +++ b/src/main/resources/application-test.properties @@ -61,6 +61,7 @@ so.api.id = SO so.owning.entity.id = 6b5b6b70-4e9a-4f6f-8b7b-cbd7cf990c6e so.owning.entity.name = OE-generic so.project.name = Project-generic +so.onap.partner.name = NBI # DMAAP dmaap.host = http://127.0.0.1:8091 diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index f290102..2925137 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -71,6 +71,8 @@ so.api.id = SO so.owning.entity.id = 6b5b6b70-4e9a-4f6f-8b7b-cbd7cf990c6e so.owning.entity.name = OE-generic so.project.name = Project-generic +so.onap.partner.name = NBI + # DMAAP dmaap.host = http://10.0.6.1:3904 |