not authenticating no longer default in docker-compose

pull/72/head
Christopher Usher 5 years ago
parent d55d6fb7bc
commit 3f2c30849f

@ -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