[extensions-web/deploy] openshift: replace localhost with 127.0.0.1.



commit 724a4fada1595948b1fbac5f15b3fa5b75fb5458
Author: Yuri Konotopov <ykonotopov gnome org>
Date:   Mon Dec 17 00:19:04 2018 +0400

    openshift: replace localhost with 127.0.0.1.
    
    Looks like there are some IPv6 issue with localhost.

 openshift/templates/extensions-web-nginx.json | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/openshift/templates/extensions-web-nginx.json b/openshift/templates/extensions-web-nginx.json
index 3de31db..d41cd43 100644
--- a/openshift/templates/extensions-web-nginx.json
+++ b/openshift/templates/extensions-web-nginx.json
@@ -810,8 +810,8 @@
     {
       "name": "EGO_NODE_ADDRESS",
       "displayName": "Address of extensions-web container",
-      "description": "Either DNS name or IP address. Should be localhost for Openshift.",
-      "value": "localhost"
+      "description": "Either DNS name or IP address. Should be 127.0.0.1 for Openshift.",
+      "value": "127.0.0.1"
     },
     {
       "name": "EGO_SECRET_KEY",


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]