Skip to content

Commit

Permalink
Item14237: Documented new environment variables.
Browse files Browse the repository at this point in the history
  • Loading branch information
vrurg committed Oct 22, 2017
1 parent b01c62f commit 2592914
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
20 changes: 20 additions & 0 deletions core/data/System/FoswikiV3Env.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
%META:TOPICINFO{author="ProjectContributor" date="1508637123" format="1.1" version="1"}%
%META:TOPICPARENT{name="FoswikiV3Essentials"}%
---+ Foswiki V3 Environment Variables
%TOC%

A number of new environment variables are used to obtain additional run-time
environment information. They are listed in the following table:

| *Variable* | *Description* | *Related Documentation* |
| =FOSWIKI_NOSTACKTRACE= | Turns off recroding of stacktrace by every single \
object | %PERLDOC{"Foswiki::Object"}% |
| =FOSWIKI_ENGINE= | Enforce particular engine module to be used | \
%PERLDOC{"Foswiki::Engine"}% |
| =FOSWIKI_TEST_*= | A family of variables used to initialize the test engine \
| %PERLDOC{"Foswiki::Engine::Test"}% |
| =FOSWIKI_EXTLIBS= | List of paths to load extensions from | \
%PERLDOC{"Foswiki::ExtManager"}% |
| =FOSWIKI_DISABLED_EXTENSIONS= | User-defined list of extensions to be \
forcibly disabled | %PERLDOC{"Foswiki::ExtManager"}% |

3 changes: 2 additions & 1 deletion core/data/System/FoswikiV3Essentials.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
%META:TOPICINFO{author="ProjectContributor" date="1508119765" format="1.1" version="1"}%
%META:TOPICINFO{author="ProjectContributor" date="1508637123" format="1.1" version="1"}%
%META:TOPICPARENT{name="DeveloperDocumentationCategory"}%
---+ Foswiki v3 Essentials
%TOC%
Expand Down Expand Up @@ -53,6 +53,7 @@ There are some under the hood changes in behaviour of some components like

$ [[SpecFileFormat]] : Config Specs v2
$ [[MacrosAsOO]] : Object oriented macros model
$ [[FoswikiV3Env]] : New environment variables

---+++ Configuration Management

Expand Down

0 comments on commit 2592914

Please sign in to comment.