You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dlab.apache.org by of...@apache.org on 2020/03/06 14:08:39 UTC

[incubator-dlab] branch DLAB-1571 updated: Changed port to 8088

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

ofuks pushed a commit to branch DLAB-1571
in repository https://gitbox.apache.org/repos/asf/incubator-dlab.git


The following commit(s) were added to refs/heads/DLAB-1571 by this push:
     new f0d7635  Changed port to 8088
f0d7635 is described below

commit f0d76354fdb5457718572f0d982a7f8b489f871a
Author: Oleh Fuks <ol...@gmail.com>
AuthorDate: Fri Mar 6 16:08:26 2020 +0200

    Changed port to 8088
---
 .../com/epam/dlab/backendapi/service/impl/BillingServiceImplNew.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/services/self-service/src/main/java/com/epam/dlab/backendapi/service/impl/BillingServiceImplNew.java b/services/self-service/src/main/java/com/epam/dlab/backendapi/service/impl/BillingServiceImplNew.java
index 5917c26..1416631 100644
--- a/services/self-service/src/main/java/com/epam/dlab/backendapi/service/impl/BillingServiceImplNew.java
+++ b/services/self-service/src/main/java/com/epam/dlab/backendapi/service/impl/BillingServiceImplNew.java
@@ -232,7 +232,7 @@ public class BillingServiceImplNew implements BillingServiceNew {
         return new URIBuilder()
                 .setScheme(uri.getScheme())
                 .setHost(uri.getHost())
-                .setPort(8081)
+                .setPort(8088)
                 .setPath(path)
                 .toString();
     }


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@dlab.apache.org
For additional commands, e-mail: commits-help@dlab.apache.org