NAME
Beagle::Manual::ENV - ENV
DESCRIPTION
- BEAGLE_GIT_PATH
-
path of
gitcommanddefault is 'git'
- BEAGLE_KENNEL
-
path of beagle kennel
default is
~/.beagle - BEAGLE_ROOT
-
path of current beagle
this overrides env
BEAGLE_NAMEno default value
- BEAGLE_NAME
-
name of current beagle
default is a special name:
global - BEAGLE_BACKENDS_ROOT
-
parent dir of all the beagles
this overrides config item
backends_rootdefault is ~/.beagle/roots
- BEAGLE_CACHE
-
enable cache or not
this overrides config item
cachedefault is 1
- BEAGLE_CACHE_ROOT
-
root of cache
default is ~/.beagle/cache
this overrides config item
cache_root - BEAGLE_DEVEL
-
enable devel or not
this overrides config item
develdefault is 0
- BEAGLE_DEFAULT_FORMAT
-
default format of entry
this overrides config item
default_formatdefault is
plain - BEAGLE_DEFAULT_COMMAND
-
default cli command
this overrides config item
default_commanddefault is
shell - BEAGLE_RELATION_PATH
-
path of relation of
entries => beagle namesthis overrides config item
relation_pathdefault is ~/.beagle/.relation
- BEAGLE_MARKS_PATH
-
path of entry marks
this overrides config item
marks_pathdefault is ~/.beagle/.marks
- BEAGLE_SHARE_ROOT
-
share root
this overrides config item
share_rootdefault is the one installed with Beagle
- BEAGLE_SPREAD_TEMPLATE_ROOTS
-
template roots for
spreadcommand, seperated by commathis precedes config item
spread_template_roots, which precedesspread_templatesundershare_rootno default value
- BEAGLE_WEB_TEMPLATE_ROOTS
-
template roots for web server, seperated by comma
this precedes config item
web_template_roots, which precedesviewsundershare_rootno default value
- BEAGLE_WEB_ADMIN
-
enable web admin or not
this overrides config item
web_admindefault is 0
- BEAGLE_WEB_OPTIONS
-
options of Plack::Runner
this overrides config item
web_optionsno default value
- BEAGLE_WEB_NAMES
-
beagle names to serve
this overrides config item
web_namesdefault is 0
- BEAGLE_WEB_ALL
-
serve all the beagles or not
this overrides env
BEAGLE_WEB_NAMESand config itemweb_alldefault is 0
- BEAGLE_PLUGINS
-
plugin names to load, seperated by comma
this overrides config item
pluginsno default value
- BEAGLE_POD_HTML_H_LEVEL
-
the level of "Hn" to which
=head1corresponds.e.g. if it's set to 3,
=head1will be<h3>, a=head2will be<h4>, and so on.this overrides config item
pod_html_h_leveldefault value is 3
SEE ALSO
Beagle, Beagle::Manual::Tutorial, Beagle::Manual::Cookbook
AUTHOR
sunnavy <sunnavy@gmail.com>
LICENCE AND COPYRIGHT
Copyright 2011 sunnavy@gmail.com
This program is free software; you can redistribute it and/or modify it
under the same terms as Perl itself.