You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@fineract.apache.org by ju...@apache.org on 2019/10/19 17:33:12 UTC

[fineract-cn-identity] branch develop updated: FINCN-183 add homepage url

This is an automated email from the ASF dual-hosted git repository.

juhan pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/fineract-cn-identity.git


The following commit(s) were added to refs/heads/develop by this push:
     new add286b  FINCN-183 add homepage url
     new b9ecfe5  Merge pull request #16 from aasaru/FINCN-183
add286b is described below

commit add286b9a781c9e0ec17724838584d0c2fa9f0df
Author: Juhan Aasaru <Ju...@nortal.com>
AuthorDate: Sat Oct 19 20:31:17 2019 +0300

    FINCN-183 add homepage url
---
 service/src/main/resources/application.yml | 2 ++
 shared.gradle                              | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/service/src/main/resources/application.yml b/service/src/main/resources/application.yml
index 60e913c..e570045 100644
--- a/service/src/main/resources/application.yml
+++ b/service/src/main/resources/application.yml
@@ -29,6 +29,8 @@ eureka:
     serviceUrl:
       defaultZone: http://localhost:8761/eureka/
       registerWithEureka: false
+  instance:
+    homePageUrl: "http://${eureka.hostname}:2021/identity/v1/"
 
 server:
   port: 2021
diff --git a/shared.gradle b/shared.gradle
index 2b7a08c..6423092 100644
--- a/shared.gradle
+++ b/shared.gradle
@@ -90,7 +90,7 @@ artifactory {
         }
     }
 }
-artifactoryPublish.dependsOn('clean','publishToMavenLocal')
+artifactoryPublish.dependsOn('publishToMavenLocal')
 
 license {
     header rootProject.file('../HEADER')