Version nueva
This commit is contained in:
8
setup/env/config.php
vendored
Normal file
8
setup/env/config.php
vendored
Normal file
@ -0,0 +1,8 @@
|
||||
<?php
|
||||
$dotenv = Dotenv\Dotenv::createImmutable(dirname(__DIR__, 2));
|
||||
$dotenv->load();
|
||||
|
||||
return [
|
||||
'base_url' => $_ENV['BASE_URL'],
|
||||
'debug' => $_ENV['DEBUG']
|
||||
];
|
Reference in New Issue
Block a user