We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Paths::$envDirectory
1 parent 1b41358 commit 53a48a1Copy full SHA for 53a48a1
1 file changed
admin/starter/app/Config/Paths.php
@@ -75,4 +75,16 @@ class Paths
75
* is used when no value is provided to `Services::renderer()`.
76
*/
77
public string $viewDirectory = __DIR__ . '/../Views';
78
+
79
+ /**
80
+ * ---------------------------------------------------------------
81
+ * ENVIRONMENT DIRECTORY NAME
82
83
+ *
84
+ * This variable must contain the name of the directory where
85
+ * the .env file is located.
86
+ * Please consider security implications when changing this
87
+ * value - the directory should not be publicly accessible.
88
+ */
89
+ public string $envDirectory = __DIR__ . '/../../';
90
}
0 commit comments