Merge pull request #250 from sgotti/fix_example_config_gitserverURL
example: fix gitserverURL in example config
This commit is contained in:
commit
c3c18e0d2c
|
@ -3,7 +3,7 @@ gateway:
|
|||
webExposedURL: "http://172.17.0.1:8000"
|
||||
runserviceURL: "http://localhost:4000"
|
||||
configstoreURL: "http://localhost:4002"
|
||||
gitserverURL: "http://172.17.0.1:4003"
|
||||
gitserverURL: "http://localhost:4003"
|
||||
|
||||
web:
|
||||
listenAddress: ":8000"
|
||||
|
|
Loading…
Reference in New Issue