read in a local.conf.php in the root for overrides

This commit is contained in:
Nabeel Shahzad
2017-07-05 23:05:17 -05:00
parent 10baaab646
commit e47b4628a0
3 changed files with 23 additions and 5 deletions

View File

@@ -4,7 +4,9 @@ return [
'status' => [
'INACTIVE' => 0,
'ACTIVE' => 1,
'DISABLED' => 0,
'ACTIVE' => 1,
'ENABLED' => 1,
],
'sources' => [
@@ -23,5 +25,6 @@ return [
'JETA' => 1,
'MOGAS' => 2,
],
];