summarylogtreecommitdiffstats
path: root/cockroach.default
diff options
context:
space:
mode:
authorJ. Konrad Tegtmeier-Rottach2018-04-27 14:33:13 +0200
committerJ. Konrad Tegtmeier-Rottach2018-04-27 14:33:13 +0200
commitd0eafbfb27a0a9bc9ad2c499e94b70548c0fa2b0 (patch)
treee3596e62ebf3dfd9ec149a875f9a435c56440ac1 /cockroach.default
parentb5e462f93de301d00b1be14285ce40aa2334eac8 (diff)
downloadaur-d0eafbfb27a0a9bc9ad2c499e94b70548c0fa2b0.tar.gz
bump to 2.0.1 (released on 2018-04-16)
The systemd unit now defaults to running with --insecure mode (set in the env file). This allows an easier out-of-the-box experience, but sacrifices security. I deem this OK, as you'll need to properly configure cockroachdb before running it in production anyways.
Diffstat (limited to 'cockroach.default')
-rw-r--r--cockroach.default2
1 files changed, 1 insertions, 1 deletions
diff --git a/cockroach.default b/cockroach.default
index ebba58e2a006..9ac547375185 100644
--- a/cockroach.default
+++ b/cockroach.default
@@ -1,2 +1,2 @@
-COCKROACH_FLAGS=""
+COCKROACH_FLAGS="--insecure"
COCKROACH_STORE="path=/var/lib/cockroach"