We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ccc3854 commit eeb1c9dCopy full SHA for eeb1c9d
config.stub.neon
@@ -0,0 +1,9 @@
1
+# Default parameters created by Nette\Bootstrap\Configurator
2
+parameters:
3
+ appDir: absolute path to the directory with the Bootstrap.php file
4
+ wwwDir: absolute path to the directory containing the index.php entry file
5
+ tempDir: absolute path to the directory for temporary files
6
+ vendorDir: absolute path to the directory where Composer installs libraries
7
+ debugMode: indicates whether the application is in debug mode
8
+ productionMode: opposite of debugMode
9
+ consoleMode: indicates whether the request came through the command line (CLI)
0 commit comments