From 3708e8fed17cb2af766296bcba2bf4ccf535b0ec Mon Sep 17 00:00:00 2001 From: Ravi Mantena Date: Fri, 2 Oct 2020 11:10:15 -0400 Subject: updating docker repository to onap nexus for Catalog Service and Auth Service Issue-ID: DCAEGEN2-2317 Change-Id: Id1ca3eb92586d859cf757779b77e6b89bc641df2 Signed-off-by: Ravi Mantena --- mod2/auth-service/Dockerfile | 2 +- mod2/auth-service/pom.xml | 2 +- mod2/auth-service/src/main/resources/application.properties | 3 +-- 3 files changed, 3 insertions(+), 4 deletions(-) (limited to 'mod2/auth-service') diff --git a/mod2/auth-service/Dockerfile b/mod2/auth-service/Dockerfile index aa8707f..b125fc0 100644 --- a/mod2/auth-service/Dockerfile +++ b/mod2/auth-service/Dockerfile @@ -11,4 +11,4 @@ COPY ${PROJECT_BUILD_DIR_NAME}/${FINAL_JAR} . ENTRYPOINT ["java", \ "-Djava.security.egd=file:/dev/./urandom", \ - "-jar", "auth-service-1.0.0-SNAPSHOT.jar"] \ No newline at end of file + "-jar", "mod-auth-service.jar"] \ No newline at end of file diff --git a/mod2/auth-service/pom.xml b/mod2/auth-service/pom.xml index 75782f4..3723584 100644 --- a/mod2/auth-service/pom.xml +++ b/mod2/auth-service/pom.xml @@ -40,7 +40,7 @@ ${java.version} ${java.version} 1.4.10 - ${project.groupId}.${project.artifactId} + onap/${project.groupId}.${project.artifactId} 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 -- cgit 1.2.3-korg