aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/resources
diff options
context:
space:
mode:
authorromaingimbert <romain.gimbert@orange.com>2018-07-09 11:46:10 +0200
committerromaingimbert <romain.gimbert@orange.com>2018-07-09 11:46:10 +0200
commit89e09af4b56c883059378623d67e3b514e42fb76 (patch)
treeea20786492fc13276a2c42f2ff1a204e05070489 /src/main/resources
parenta42cd685193bd9156a25fe0708ba8c4a30664137 (diff)
adapt NBI to Beijing
-change SO Url to "v6" -add xtransactionid in AAI request header -add fields Project and OwningEntity in SO request -fix tests Change-Id: I014e8731079134dae8754900b00f71f48dd530aa Issue-ID: EXTAPI-117 Signed-off-by: romaingimbert <romain.gimbert@orange.com>
Diffstat (limited to 'src/main/resources')
-rw-r--r--src/main/resources/application.properties6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties
index 4e45084..7c9975f 100644
--- a/src/main/resources/application.properties
+++ b/src/main/resources/application.properties
@@ -38,12 +38,16 @@ sdc.header.authorization=Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2Y
# AAI
aai.host=https://10.0.1.1:8443
aai.header.authorization=Basic QUFJOkFBSQ==
-aai.api.id=AAI
+aai.api.id=NBI
+aai.header.transaction.id=808b54e3-e563-4144-a1b9-e24e2ed93d4f
# SO
so.host=http://10.0.5.1:8080
so.header.authorization=Basic SW5mcmFQb3J0YWxDbGllbnQ6cGFzc3dvcmQxJA==
so.api.id=SO
+so.owning.entity.id=6b5b6b70-4e9a-4f6f-8b7b-cbd7cf990c6e
+so.owning.entity.name=OE-generic
+so.project.name=Project-generic
# MONGO
spring.data.mongodb.host=localhost