From eeb1c9dc9f1391bd03aeeb6cc0e456ec9b247f5c Mon Sep 17 00:00:00 2001 From: David Grudl Date: Sat, 23 Sep 2023 03:11:24 +0200 Subject: [PATCH] added config.stub.neon [Closes #70] --- config.stub.neon | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 config.stub.neon diff --git a/config.stub.neon b/config.stub.neon new file mode 100644 index 0000000..dc51281 --- /dev/null +++ b/config.stub.neon @@ -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)