cockroachdb-bin/cockroach.default
J. Konrad Tegtmeier-Rottach d0eafbfb27
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.
2018-04-27 14:33:13 +02:00

3 lines
71 B
Plaintext

COCKROACH_FLAGS="--insecure"
COCKROACH_STORE="path=/var/lib/cockroach"