not authenticating no longer default in docker-compose

pull/73/head^2
Christopher Usher 5 years ago
parent 611a4bd793
commit 689101b1ee

@ -176,7 +176,7 @@
command: [ command: [
"--backdoor-port", std.toString($.backdoor_port), "--backdoor-port", std.toString($.backdoor_port),
$.db_connect, $.db_connect,
"--no-authentication", // "--no-authentication", //uncomment to run thrimshim without authentication
], ],
// Mount the segments directory at /mnt // Mount the segments directory at /mnt
volumes: ["%s:/mnt" % $.segments_path], volumes: ["%s:/mnt" % $.segments_path],

Loading…
Cancel
Save