Skip to content

Commit 34c49c2

Browse files
committed
config path tweak
1 parent e119352 commit 34c49c2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/config/config_sample.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767

6868
// When you `return` an array here, and then include this file elsewhere,
6969
// you'll get this array back for your configuration settings.
70-
// $config = include PROJECT_ROOT .'/config.php';
70+
// $config = include PROJECT_ROOT .'/app/config/config.php';
7171
return [
7272
/**************************************
7373
* Database Settings *
@@ -88,7 +88,7 @@
8888
**************************************/
8989
'runway' => [
9090
'index_root' => "public/index.php",
91-
'app_root' => "app/"
91+
'app_root' => "app/"
9292
]
9393

9494
// Google OAuth Credentials

0 commit comments

Comments
 (0)