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: [
"--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],

Loading…
Cancel
Save