NAME
Beagle::Manual::ENV - ENV
DESCRIPTION
- BEAGLE_GIT_PATH
-
path of
git
commanddefault is 'git'
- BEAGLE_KENNEL
-
path of beagle kennel
default is
~/.beagle
- BEAGLE_ROOT
-
path of current beagle
this overrides env
BEAGLE_NAME
no 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_root
default is ~/.beagle/roots
- BEAGLE_CACHE
-
enable cache or not
this overrides config item
cache
default 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
devel
default is 0
- BEAGLE_DEFAULT_FORMAT
-
default format of entry
this overrides config item
default_format
default is
plain
- BEAGLE_DEFAULT_COMMAND
-
default cli command
this overrides config item
default_command
default is
shell
- BEAGLE_RELATION_PATH
-
path of relation of
entries => beagle names
this overrides config item
relation_path
default is ~/.beagle/.relation
- BEAGLE_MARKS_PATH
-
path of entry marks
this overrides config item
marks_path
default is ~/.beagle/.marks
- BEAGLE_SHARE_ROOT
-
share root
this overrides config item
share_root
default is the one installed with Beagle
- BEAGLE_SPREAD_TEMPLATE_ROOTS
-
template roots for
spread
command, seperated by commathis precedes config item
spread_template_roots
, which precedesspread_templates
undershare_root
no default value
- BEAGLE_WEB_TEMPLATE_ROOTS
-
template roots for web server, seperated by comma
this precedes config item
web_template_roots
, which precedesviews
undershare_root
no default value
- BEAGLE_WEB_ADMIN
-
enable web admin or not
this overrides config item
web_admin
default is 0
- BEAGLE_WEB_OPTIONS
-
options of Plack::Runner
this overrides config item
web_options
no default value
- BEAGLE_WEB_NAMES
-
beagle names to serve
this overrides config item
web_names
default is 0
- BEAGLE_WEB_ALL
-
serve all the beagles or not
this overrides env
BEAGLE_WEB_NAMES
and config itemweb_all
default is 0
- BEAGLE_PLUGINS
-
plugin names to load, seperated by comma
this overrides config item
plugins
no default value
- BEAGLE_POD_HTML_H_LEVEL
-
the level of "Hn" to which
=head1
corresponds.e.g. if it's set to 3,
=head1
will be<h3>
, a=head2
will be<h4>
, and so on.this overrides config item
pod_html_h_level
default 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.