Update 2022-03-07
This commit is contained in:
2
setup/env/config.php
vendored
2
setup/env/config.php
vendored
@ -12,7 +12,7 @@ foreach ($files as $file) {
|
||||
}
|
||||
|
||||
return [
|
||||
'debug' => false,
|
||||
'debug' => $_ENV['DEBUG'] ?? false,
|
||||
'benchmark' => false,
|
||||
'base_url' => $_ENV['BASE_URL']//'/incoviba'
|
||||
];
|
||||
|
Reference in New Issue
Block a user