Update global config variables

This commit is contained in:
2024-03-12 19:33:09 +01:00
committed by Felix Albrigtsen
parent 151a0d44f6
commit 310246dd20
23 changed files with 36 additions and 27 deletions

View File

@@ -10,7 +10,7 @@ $as = new SimpleSAML_Auth_Simple('default-sp');
$as->requireAuth();
$attrs = $as->getAttributes();
$pdo = new \PDO($dbDsn, $dbUser, $dbPass);
$pdo = new \PDO($DB_DSN, $DB_USER, $DB_PASS);
$pdo->setAttribute(PDO::ATTR_ERRMODE, PDO::ERRMODE_EXCEPTION);
$projectManager = new \pvv\side\ProjectManager($pdo);