read in a local.conf.php in the root for overrides
This commit is contained in:
@@ -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,
|
||||
],
|
||||
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user