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:
parent
c02ed89d6e
commit
b5f2281d07
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue