diff options
Diffstat (limited to 'config/osdf_config.yaml')
-rwxr-xr-x | config/osdf_config.yaml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/config/osdf_config.yaml b/config/osdf_config.yaml index 4ef11f8..5f206f5 100755 --- a/config/osdf_config.yaml +++ b/config/osdf_config.yaml @@ -56,3 +56,14 @@ aaf_sms_url: https://aaf-sms.onap:10443 aaf_sms_timeout: 30 secret_domain: osdf #Replace with the UUID aaf_ca_certs: ssl_certs/aaf_root_ca.cer + +# config db api +configDbUrl: http://config.db.url:8080 +configDbUserName: osdf +configDbPassword: passwd +configDbGetCellListUrl: 'SDNCConfigDBAPI/getCellList' +configDbGetNbrListUrl: 'SDNCConfigDBAPI/getNbrList' + +# Credentials for PCIHandler +pciHMSUsername: "" # pcihandler username for call back. +pciHMSPassword: "" # pcihandler password for call back. |