summaryrefslogtreecommitdiffstats
path: root/src/main/resources/application.yml
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/resources/application.yml')
-rw-r--r--src/main/resources/application.yml9
1 files changed, 8 insertions, 1 deletions
diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml
index 6a0cf975..408fc103 100644
--- a/src/main/resources/application.yml
+++ b/src/main/resources/application.yml
@@ -53,4 +53,11 @@ cps-core:
dmiRegistrationUrl : /cps-ncmp/api/ncmp-dmi/v1/ch
auth:
username: ${CPS_CORE_USERNAME}
- password: ${CPS_CORE_PASSWORD} \ No newline at end of file
+ password: ${CPS_CORE_PASSWORD}
+
+sdnc:
+ baseUrl: http://${SDNC_HOST}:${SDNC_PORT}
+ topologyId: ${SDNC_TOPOLOGY_ID:topology-netconf}
+ auth:
+ username: ${SDNC_USERNAME}
+ password: ${SDNC_PASSWORD}