feat(overrides): add override functionality to Options
Signed-off-by: miguel456 <me@nogueira.codes>
This commit is contained in:
9
config/local-overrides.php
Normal file
9
config/local-overrides.php
Normal file
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'features' => [
|
||||
'requireGameLicense' => env('OVERRIDE_LICENSED_ACCOUNT', 0)
|
||||
]
|
||||
|
||||
];
|
Reference in New Issue
Block a user