agolademo: update config to use correct web url

In the agola demo the api and web urls are the same (with the same port)
This commit is contained in:
Simone Gotti 2019-05-16 10:17:47 +02:00
parent c02ed89d6e
commit b5f2281d07
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
gateway: gateway:
apiExposedURL: "http://172.17.0.1:8000" 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" runserviceURL: "http://localhost:4000"
configstoreURL: "http://localhost:4002" configstoreURL: "http://localhost:4002"
gitserverURL: "http://172.17.0.1:4003" gitserverURL: "http://172.17.0.1:4003"
@ -21,7 +21,7 @@ scheduler:
runserviceURL: "http://localhost:4000" runserviceURL: "http://localhost:4000"
notification: notification:
webExposedURL: "http://172.17.0.1:8080" webExposedURL: "http://172.17.0.1:8000"
runserviceURL: "http://localhost:4000" runserviceURL: "http://localhost:4000"
configstoreURL: "http://localhost:4002" configstoreURL: "http://localhost:4002"
etcd: etcd: