feat: CI/CD pipeline setup complete - Ansible playbooks updated, secrets configured, workflow ready
This commit is contained in:
@@ -11,12 +11,12 @@ use App\Framework\Performance\MemoryMonitor;
|
||||
require __DIR__ . '/../vendor/autoload.php';
|
||||
require __DIR__ . '/../src/Framework/Debug/helpers.php';
|
||||
|
||||
// Konfiguration
|
||||
/*
|
||||
$config = [
|
||||
'debug' => true,
|
||||
'async_discovery' => true,
|
||||
// weitere Konfigurationsoptionen...
|
||||
];
|
||||
];*/
|
||||
|
||||
// Anwendung initialisieren und ausführen
|
||||
$basePath = dirname(__DIR__);
|
||||
|
||||
Reference in New Issue
Block a user