summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Blanchard <martin.blanchard@codethink.co.uk>2019-02-26 11:56:36 +0000
committerMartin Blanchard <martin.blanchard@codethink.co.uk>2019-02-26 13:10:36 +0000
commitc724796b2bb8d8206705ff1b88f9883b98124ca0 (patch)
tree361b254cc7f5853d1f340688bf97e3e19f2e5806
parent2645a9862a58a8f30d7b62d6df44db65d0589514 (diff)
downloadbuildstream-mablanch/799-RE-optional-TLS.tar.gz
doc: Show a non-TLS remote-execution config. examplemablanch/799-RE-optional-TLS
https://gitlab.com/BuildStream/buildstream/issues/799
-rw-r--r--doc/source/using_config.rst5
1 files changed, 1 insertions, 4 deletions
diff --git a/doc/source/using_config.rst b/doc/source/using_config.rst
index a7ee4dca9..40b763e78 100644
--- a/doc/source/using_config.rst
+++ b/doc/source/using_config.rst
@@ -142,10 +142,7 @@ configuration will be used as fallback.
url: http://execution.some_project.example.com:50051
instance-name: main
storage-service:
- url: https://storage.some_project.example.com:11002
- server-cert: /some_project_keys/server.crt
- client-cert: /some_project_keys/client.crt
- client-key: /some_project_keys/client.key
+ url: http://storage.some_project.example.com:11002
instance-name: main
action-cache-service:
url: http://cache.some_project.example.com:50052