Skip to content

Commit

Permalink
added config.stub.neon [Closes #70]
Browse files Browse the repository at this point in the history
  • Loading branch information
dg committed Sep 23, 2023
1 parent ccc3854 commit eeb1c9d
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions config.stub.neon
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)

0 comments on commit eeb1c9d

Please sign in to comment.