From 1f8a568a833c72364c9af67f8ab506a243965a9a Mon Sep 17 00:00:00 2001 From: Patrick Darley Date: Fri, 25 Sep 2015 14:18:25 +0000 Subject: Set kbas information to implement a artifact server --- kbas.conf | 5 +++++ ybd.conf | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) create mode 100644 kbas.conf diff --git a/kbas.conf b/kbas.conf new file mode 100644 index 0000000..dcb61a1 --- /dev/null +++ b/kbas.conf @@ -0,0 +1,5 @@ +mode: development +artifact-dir: '/src/kbas-artifacts' +host: 0.0.0.0 +port: 8001 +password: 'mostdefinatelyinsecure' diff --git a/ybd.conf b/ybd.conf index cb57b0a..a15636b 100644 --- a/ybd.conf +++ b/ybd.conf @@ -10,8 +10,8 @@ defaults: 'config/defaults.conf' defs-schema: './schema/definitions-schema.json' git-server: 'http://cu010-trove.codethink.com:8080/1.0/sha1s?' json-schema: './schema/json-schema.json' -kbas-url: 'http://foo.bar/' -kbas-password: 'insecure' +kbas-url: 'ciat.baserock.org:8001' +kbas-password: 'mostdefinatelyinsecure' no-ccache: False no-distcc: True serve-artifacts: True -- cgit v1.2.1