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/17 07:42:38 UTC

[fineract-cn-payroll] branch develop updated: FINCN-183 send our full url to eureka

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-payroll.git


The following commit(s) were added to refs/heads/develop by this push:
     new d17c9bd  FINCN-183 send our full url to eureka
     new d2a5ab6  Merge pull request #14 from aasaru/FINCN-183
d17c9bd is described below

commit d17c9bdf620436ac34b1caf9bf02573a68e10e33
Author: Juhan Aasaru <Ju...@nortal.com>
AuthorDate: Thu Oct 17 10:31:57 2019 +0300

    FINCN-183 send our full url to eureka
---
 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 3e13da4..36be8cb 100644
--- a/service/src/main/resources/application.yml
+++ b/service/src/main/resources/application.yml
@@ -28,6 +28,8 @@ eureka:
   client:
     serviceUrl:
       defaultZone: http://localhost:8761/eureka/
+  instance:
+    homePageUrl: "http://${eureka.hostname}:2031/payroll/v1/"
 
 server:
   port: 2031
diff --git a/shared.gradle b/shared.gradle
index 964762e..8c9fe20 100644
--- a/shared.gradle
+++ b/shared.gradle
@@ -86,7 +86,7 @@ artifactory {
         }
     }
 }
-artifactoryPublish.dependsOn('clean','publishToMavenLocal')
+artifactoryPublish.dependsOn('publishToMavenLocal')
 
 license {
     header rootProject.file('../HEADER')