diff options
Diffstat (limited to 'framework/src/main/resources/onap.properties')
-rw-r--r-- | framework/src/main/resources/onap.properties | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/framework/src/main/resources/onap.properties b/framework/src/main/resources/onap.properties index 61049cd4..bf1cdae5 100644 --- a/framework/src/main/resources/onap.properties +++ b/framework/src/main/resources/onap.properties @@ -1,4 +1,8 @@ cli.ignore_auth=false cli.version=1.0 http.api_key=X-Auth-Token -http.api_key_use_cookies=true
\ No newline at end of file +http.api_key_use_cookies=true + +cli.service_name=onap-cli +cli.api_gateway=msb +cli.auth_service=auth
\ No newline at end of file |