2019-04-03 06:52:00 +00:00
|
|
|
gateway:
|
|
|
|
apiExposedURL: "http://172.17.0.1:8000"
|
|
|
|
webExposedURL: "http://172.17.0.1:8080"
|
2019-05-07 21:56:10 +00:00
|
|
|
runserviceURL: "http://localhost:4000"
|
2019-05-07 21:42:42 +00:00
|
|
|
configstoreURL: "http://localhost:4002"
|
2019-05-08 13:23:13 +00:00
|
|
|
gitserverURL: "http://172.17.0.1:4003"
|
2019-04-05 14:23:54 +00:00
|
|
|
|
2019-04-03 06:52:00 +00:00
|
|
|
web:
|
|
|
|
listenAddress: ":8000"
|
|
|
|
tokenSigning:
|
|
|
|
# hmac or rsa (it possible use rsa)
|
|
|
|
method: hmac
|
|
|
|
# key to use when signing with hmac
|
|
|
|
key: supersecretsigningkey
|
|
|
|
# paths to the private and public keys in pem encoding when using rsa signing
|
|
|
|
#privateKeyPath: /path/to/privatekey.pem
|
|
|
|
#publicKeyPath: /path/to/public.pem
|
|
|
|
adminToken: "admintoken"
|
|
|
|
|
|
|
|
scheduler:
|
2019-05-07 21:56:10 +00:00
|
|
|
runserviceURL: "http://localhost:4000"
|
2019-04-03 06:52:00 +00:00
|
|
|
|
2019-05-15 08:17:20 +00:00
|
|
|
notification:
|
|
|
|
webExposedURL: "http://172.17.0.1:8080"
|
|
|
|
runserviceURL: "http://localhost:4000"
|
|
|
|
configstoreURL: "http://localhost:4002"
|
|
|
|
etcd:
|
|
|
|
endpoints: "http://localhost:2379"
|
|
|
|
|
2019-05-07 21:42:42 +00:00
|
|
|
configstore:
|
2019-04-03 06:52:00 +00:00
|
|
|
dataDir: /tmp/agola/configstore
|
|
|
|
etcd:
|
|
|
|
endpoints: "http://localhost:2379"
|
2019-04-27 13:16:48 +00:00
|
|
|
objectStorage:
|
2019-04-03 06:52:00 +00:00
|
|
|
type: posix
|
2019-04-27 13:16:48 +00:00
|
|
|
path: /tmp/agola/configstore/ost
|
2019-04-03 06:52:00 +00:00
|
|
|
web:
|
|
|
|
listenAddress: ":4002"
|
|
|
|
|
2019-05-07 21:56:10 +00:00
|
|
|
runservice:
|
2019-04-03 06:52:00 +00:00
|
|
|
#debug: true
|
2019-05-07 21:56:10 +00:00
|
|
|
dataDir: /tmp/agola/runservice
|
2019-05-08 13:23:13 +00:00
|
|
|
etcd:
|
|
|
|
endpoints: "http://localhost:2379"
|
2019-04-27 13:16:48 +00:00
|
|
|
objectStorage:
|
2019-04-03 06:52:00 +00:00
|
|
|
type: posix
|
2019-04-27 13:16:48 +00:00
|
|
|
path: /tmp/agola/runservice/ost
|
2019-04-03 06:52:00 +00:00
|
|
|
web:
|
|
|
|
listenAddress: ":4000"
|
|
|
|
|
2019-05-07 21:56:10 +00:00
|
|
|
executor:
|
|
|
|
dataDir: /tmp/agola/executor
|
2019-05-09 10:36:30 +00:00
|
|
|
# The directory containing the toolbox compiled for the various supported architectures
|
|
|
|
toolboxPath: ./bin
|
2019-05-07 21:56:10 +00:00
|
|
|
runserviceURL: "http://localhost:4000"
|
2019-04-03 06:52:00 +00:00
|
|
|
web:
|
|
|
|
listenAddress: ":4001"
|
2019-04-22 15:54:24 +00:00
|
|
|
activeTasksLimit: 2
|
|
|
|
driver:
|
|
|
|
type: docker
|
2019-04-03 06:52:00 +00:00
|
|
|
|
2019-05-08 13:23:13 +00:00
|
|
|
gitserver:
|
2019-04-03 06:52:00 +00:00
|
|
|
dataDir: /tmp/agola/gitserver
|
|
|
|
githookPath: ./bin/agola-git-hook
|
|
|
|
gatewayURL: "http://localhost:8000"
|
|
|
|
web:
|
|
|
|
listenAddress: ":4003"
|