mirror of
https://github.com/YGGverse/YGGtracker.git
synced 2026-04-01 01:25:39 +00:00
add multi-environment configuration support
This commit is contained in:
parent
74e7035123
commit
073619b461
16 changed files with 62 additions and 54 deletions
|
|
@ -8,9 +8,8 @@ if (false === sem_acquire($semaphore, true))
|
|||
exit (PHP_EOL . 'yggtracker.crontab.export.feed process locked by another thread.' . PHP_EOL);
|
||||
}
|
||||
|
||||
// Load system dependencies
|
||||
require_once(__DIR__ . '/../../config/app.php');
|
||||
require_once(__DIR__ . '/../../library/database.php');
|
||||
// Bootstrap
|
||||
require_once __DIR__ . '/../../config/bootstrap.php';
|
||||
|
||||
// Init Debug
|
||||
$debug =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue