diff options
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 |