Merge pull request #11 from aasaru/FINCN-183

Fincn 183
diff --git a/service/src/main/resources/application.yml b/service/src/main/resources/application.yml
index 2ae6bd0..14472da 100644
--- a/service/src/main/resources/application.yml
+++ b/service/src/main/resources/application.yml
@@ -28,10 +28,12 @@
   client:
     serviceUrl:
       defaultZone: http://localhost:8761/eureka/
+  instance:
+    homePageUrl: "http://${eureka.hostname}:2099/template/v1/" # update port, replace 'template'
 
 server:
-  port: 8081
-  contextPath: /template/v1/*
+  port: 2099 # update to correct 20XX port - see demo-server for next free port
+  contextPath: /template/v1/* #replace 'template' with app name
 
 cassandra:
   clusterName: staging_cluster
diff --git a/shared.gradle b/shared.gradle
index 51910f2..4cded3c 100644
--- a/shared.gradle
+++ b/shared.gradle
@@ -84,7 +84,7 @@
         }
     }
 }
-artifactoryPublish.dependsOn('clean','publishToMavenLocal')
+artifactoryPublish.dependsOn('publishToMavenLocal')
 
 
 license {