From b5ddc105852b63651916f322ce855baf61d129d0 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Wed, 18 Nov 2020 08:47:37 +0200 Subject: feat! change client config to take a base URL instead of host, port --- client.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'client.yaml') diff --git a/client.yaml b/client.yaml index 42d2d3d..fbe0b54 100644 --- a/client.yaml +++ b/client.yaml @@ -1,4 +1,3 @@ -server_name: localhost -server_port: 8888 +server_url: http://localhost:8888/chunks root: /home/liw/pers/debian-ansible dbname: foo.db -- cgit v1.2.1