# HG changeset patch # User Sylvain Thénault # Date 1255345022 -7200 # Node ID 0835e5127f36bb6a2cceb3f6605fe8dafcaec413 # Parent 648d6dbec6303199bda1137e66b25d09faa88667 more doc diff -r 648d6dbec630 -r 0835e5127f36 cwconfig.py --- a/cwconfig.py Mon Oct 12 12:54:01 2009 +0200 +++ b/cwconfig.py Mon Oct 12 12:57:02 2009 +0200 @@ -36,7 +36,7 @@ * use local checkout of cubicweb on system wide instances (requires root privileges on the system (`export CW_MODE=system`) - Here is the default resource directories settings according to start mode: + Here is the default resource directories settings according to mode: * 'system': :: @@ -50,9 +50,25 @@ CW_INSTANCES_DATA_DIR = ~/etc/cubicweb.d/ CW_RUNTIME_DIR = /tmp + +.. envvar:: CW_MODE + Resource mode: user or system + .. envvar:: CW_CUBES_PATH + Augments the default search path for cubes + +.. envvar:: CW_INSTANCES_DIR + Directory where cubicweb instances will be found - Augments the default search path for cubes +.. envvar:: CW_INSTANCES_DATA_DIR + Directory where cubicweb instances data will be written + +.. envvar:: CW_RUNTIME_DIR + Directory where pid files will be written + +.. envvar:: CW_MIGRATION_DIR + Directory where cubicweb migration files will be found + :license: GNU Lesser General Public License, v2.1 - http://www.gnu.org/licenses """