summaryrefslogtreecommitdiff
blob: 37593e217c715be1b7331847ac020d29ccdb0482 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# The default setup is for the first node of an insecure cluster that only
# listens on localhost.
# Please read the cockroach manual at the following url and configure
# the start_args and stop_args correctly if you plan to use cockroach in
# production.
#
# http://cockroachlabs.com/docs
#
# arguments to use when starting the database
start_args="--http-host=localhost --host=localhost --insecure
--store=/var/lib/cockroach/data"
#
# arguments to use when stopping the database
stop_args="--host localhost --insecure"