From b5f2281d07dc81e1490ef6118f1671d80806b7a0 Mon Sep 17 00:00:00 2001 From: Simone Gotti Date: Thu, 16 May 2019 10:17:47 +0200 Subject: [PATCH] agolademo: update config to use correct web url In the agola demo the api and web urls are the same (with the same port) --- examples/agolademo/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/agolademo/config.yml b/examples/agolademo/config.yml index 93d073e..af2caec 100644 --- a/examples/agolademo/config.yml +++ b/examples/agolademo/config.yml @@ -1,6 +1,6 @@ gateway: apiExposedURL: "http://172.17.0.1:8000" - webExposedURL: "http://172.17.0.1:8080" + webExposedURL: "http://172.17.0.1:8000" runserviceURL: "http://localhost:4000" configstoreURL: "http://localhost:4002" gitserverURL: "http://172.17.0.1:4003" @@ -21,7 +21,7 @@ scheduler: runserviceURL: "http://localhost:4000" notification: - webExposedURL: "http://172.17.0.1:8080" + webExposedURL: "http://172.17.0.1:8000" runserviceURL: "http://localhost:4000" configstoreURL: "http://localhost:4002" etcd: