Merge pull request #250 from sgotti/fix_example_config_gitserverURL

example: fix gitserverURL in example config
This commit is contained in:
Simone Gotti 2021-01-14 09:13:47 +01:00 committed by GitHub
commit c3c18e0d2c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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"
@ -63,4 +63,4 @@ gitserver:
dataDir: /data/agola/gitserver
gatewayURL: "http://localhost:8000"
web:
listenAddress: ":4003"
listenAddress: ":4003"