From 689101b1ee48df124da0cd89c0d992397d6722b5 Mon Sep 17 00:00:00 2001 From: Christopher Usher Date: Sun, 15 Sep 2019 01:14:00 +0100 Subject: [PATCH] not authenticating no longer default in docker-compose --- docker-compose.jsonnet | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.jsonnet b/docker-compose.jsonnet index a19e755..503a490 100644 --- a/docker-compose.jsonnet +++ b/docker-compose.jsonnet @@ -176,7 +176,7 @@ command: [ "--backdoor-port", std.toString($.backdoor_port), $.db_connect, - "--no-authentication", + // "--no-authentication", //uncomment to run thrimshim without authentication ], // Mount the segments directory at /mnt volumes: ["%s:/mnt" % $.segments_path],