diff options
author | Ravi Mantena <rx908f@att.com> | 2020-10-02 11:10:15 -0400 |
---|---|---|
committer | Ravi Mantena <rx908f@att.com> | 2020-10-02 11:47:26 -0400 |
commit | 3708e8fed17cb2af766296bcba2bf4ccf535b0ec (patch) | |
tree | 8957c09d2bebbf089db1256e53b0684f21d2cd6f /mod2/auth-service/src/main/resources | |
parent | e4668da0683be7194f45cd8d259eeb75ebdb98a8 (diff) |
updating docker repository to onap nexus for Catalog Service and Auth Service
Issue-ID: DCAEGEN2-2317
Change-Id: Id1ca3eb92586d859cf757779b77e6b89bc641df2
Signed-off-by: Ravi Mantena <rx908f@att.com>
Diffstat (limited to 'mod2/auth-service/src/main/resources')
-rw-r--r-- | mod2/auth-service/src/main/resources/application.properties | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/mod2/auth-service/src/main/resources/application.properties b/mod2/auth-service/src/main/resources/application.properties index f3f5d37..f02d084 100644 --- a/mod2/auth-service/src/main/resources/application.properties +++ b/mod2/auth-service/src/main/resources/application.properties @@ -22,8 +22,7 @@ server.port=8082 -#spring.data.mongodb.host=mongo_db -spring.data.mongodb.host=localhost +spring.data.mongodb.host=mongo_db #spring.data.mongodb.host=zlecdyh2bdcc1s2dokr05.ec53e7.dyh2b.tci.att.com spring.data.mongodb.port=27017 spring.data.mongodb.database=dcae_mod |