diff options
author | romaingimbert <romain.gimbert@orange.com> | 2018-08-30 11:26:05 +0200 |
---|---|---|
committer | romaingimbert <romain.gimbert@orange.com> | 2018-08-30 11:26:05 +0200 |
commit | be69cac6059f2a7a768bb924644d4476c8b5e86f (patch) | |
tree | 4f20336b16f6a309c441d9159528f5fa65d9d42c /.env | |
parent | 8c4f868a5417629c1be17d7b98307fb5ed575211 (diff) |
ServiceOrder Modification Implementation
-add modify action
-add tests
Change-Id: Ie41cdefb46774dba7804123264ee71b755df2728
Issue-ID: EXTAPI-133
Signed-off-by: romaingimbert <romain.gimbert@orange.com>
Diffstat (limited to '.env')
-rw-r--r-- | .env | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -29,17 +29,17 @@ NBI_URL=http://localhost:8080/nbi/api/v1 NBI_CALLFORVNF=false # SDC -SDC_HOST=http://localhost:8090 +SDC_IP=localhost SDC_HEADER_ECOMPINSTANCEID= SDC_HEADER_AUTHORIZATION= # AAI -AAI_HOST=http://localhost:8090 +AAI_IP=localhost AAI_HEADER_AUTHORIZATION= AAI_API_ID=AAI # SO -SO_HOST=http://localhost:8090 +SO_IP=localhost SO_HEADER_AUTHORIZATION= SO_API_ID=SO |