Skip to content

Commit eeb1c9d

Browse files
committed
added config.stub.neon [Closes #70]
1 parent ccc3854 commit eeb1c9d

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

config.stub.neon

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)