diff options
| author | William Hubbs <williamh@gentoo.org> | 2017-05-04 17:40:59 -0500 |
|---|---|---|
| committer | William Hubbs <williamh@gentoo.org> | 2017-05-04 17:42:18 -0500 |
| commit | adcc810ebc83e3dbd6ef27017bbab15e01f19d09 (patch) | |
| tree | 752293a4a2c57336b155d6dd47f39efae2d460b4 /dev-db/cockroach/files/cockroach.confd | |
| parent | 8d57200a6ed571c42497e230beb17a9fdbeec35e (diff) | |
| download | gentoo-adcc810ebc83e3dbd6ef27017bbab15e01f19d09.tar.gz gentoo-adcc810ebc83e3dbd6ef27017bbab15e01f19d09.tar.bz2 gentoo-adcc810ebc83e3dbd6ef27017bbab15e01f19d09.zip | |
dev-db/cockroach: new package
This is a scalable open source database. For more information see the home page below.
http://www.cockroachlabs.com
Package-Manager: Portage-2.3.5, Repoman-2.3.1
Diffstat (limited to 'dev-db/cockroach/files/cockroach.confd')
| -rw-r--r-- | dev-db/cockroach/files/cockroach.confd | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/dev-db/cockroach/files/cockroach.confd b/dev-db/cockroach/files/cockroach.confd new file mode 100644 index 000000000000..fb9b740aa70f --- /dev/null +++ b/dev-db/cockroach/files/cockroach.confd @@ -0,0 +1,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/do# cs +# +# 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" |
