d0eafbfb27
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.
2 lines
71 B
Text
2 lines
71 B
Text
COCKROACH_FLAGS="--insecure"
|
|
COCKROACH_STORE="path=/var/lib/cockroach"
|