We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e119352 commit 34c49c2Copy full SHA for 34c49c2
app/config/config_sample.php
@@ -67,7 +67,7 @@
67
68
// When you `return` an array here, and then include this file elsewhere,
69
// you'll get this array back for your configuration settings.
70
-// $config = include PROJECT_ROOT .'/config.php';
+// $config = include PROJECT_ROOT .'/app/config/config.php';
71
return [
72
/**************************************
73
* Database Settings *
@@ -88,7 +88,7 @@
88
**************************************/
89
'runway' => [
90
'index_root' => "public/index.php",
91
- 'app_root' => "app/"
+ 'app_root' => "app/"
92
]
93
94
// Google OAuth Credentials
0 commit comments