diff options
Diffstat (limited to 'controlloop/common/controller-usecases/src')
-rw-r--r-- | controlloop/common/controller-usecases/src/test/resources/config/controlloop.properties.environment | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/controlloop/common/controller-usecases/src/test/resources/config/controlloop.properties.environment b/controlloop/common/controller-usecases/src/test/resources/config/controlloop.properties.environment index f5d1c5d83..d0b5448c4 100644 --- a/controlloop/common/controller-usecases/src/test/resources/config/controlloop.properties.environment +++ b/controlloop/common/controller-usecases/src/test/resources/config/controlloop.properties.environment @@ -2,7 +2,7 @@ # ============LICENSE_START======================================================= # ONAP # ================================================================================ -# Copyright (C) 2019 AT&T Intellectual Property. All rights reserved. +# Copyright (C) 2019-2020 AT&T Intellectual Property. All rights reserved. # Modifications Copyright (C) 2019 Bell Canada. # ================================================================================ # Licensed under the Apache License, Version 2.0 (the "License"); @@ -41,7 +41,7 @@ pdpx.password=pdpx guard.url=http://localhost:6669/policy/pdpx/v1/decision guard.jdbc.url=jdbc:mariadb://localhost:3306/operationshistory -guard.disabled=true +guard.disabled=false sdnc.url=sdnc sdnc.username=sdnc |