-
-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
9 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# Default parameters created by Nette\Bootstrap\Configurator | ||
parameters: | ||
appDir: absolute path to the directory with the Bootstrap.php file | ||
wwwDir: absolute path to the directory containing the index.php entry file | ||
tempDir: absolute path to the directory for temporary files | ||
vendorDir: absolute path to the directory where Composer installs libraries | ||
debugMode: indicates whether the application is in debug mode | ||
productionMode: opposite of debugMode | ||
consoleMode: indicates whether the request came through the command line (CLI) |