diff options
author | Mohammadreza Pasandideh <mohammadreza.pasandideh@amdocs.com> | 2018-08-21 10:28:05 -0400 |
---|---|---|
committer | Mohammadreza Pasandideh <mohammadreza.pasandideh@amdocs.com> | 2018-08-21 10:28:58 -0400 |
commit | a71801f323473b7d559b9282c8318b923ff94efa (patch) | |
tree | 9b7ab653a73480b0d88385e57139a7670d9eb024 /pomba/network-discovery/config | |
parent | 2d70b42375f67247b54e9ee38b0da18b434e648f (diff) |
Roll-Back Password obfuscation(v2) for ND & SD
Issue-ID: SDNC-317
Change-Id: I859934dc231fb3f049b1e1911e314d1d61e31174
Signed-off-by: Mohammadreza Pasandideh <mohammadreza.pasandideh@amdocs.com>
Diffstat (limited to 'pomba/network-discovery/config')
-rw-r--r-- | pomba/network-discovery/config/application.properties | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pomba/network-discovery/config/application.properties b/pomba/network-discovery/config/application.properties index ba631b6..1536110 100644 --- a/pomba/network-discovery/config/application.properties +++ b/pomba/network-discovery/config/application.properties @@ -20,7 +20,7 @@ server.context_parameters.p-name=value #context parameter with p-name as key and # Basic Authentication basicAuth.username=admin -basicAuth.password=password(OBF:1u2a1toa1w8v1tok1u30) +basicAuth.password=OBF:1u2a1toa1w8v1tok1u30 # A&AI Enircher REST Client Configuration enricher.url=https://d2enrichment:9505 |