1
0
Fork 0
mirror of https://codeberg.org/demostf/api.git synced 2026-06-03 18:04:08 +02:00

plain composer

This commit is contained in:
Robin Appelman 2021-02-16 17:35:09 +01:00
commit 1da2fa48fa
2 changed files with 5 additions and 4 deletions

View file

@ -22,7 +22,6 @@ $connectionParams = [
if ('pgsql' === $connectionParams['driver']) {
$connectionParams['driver'] = 'pdo_pgsql';
}
/** @phpstan-ignore-next-line */
$db = DriverManager::getConnection($connectionParams);
$host = getenv('BASE_HOST') ?: '';
$storeRoot = getenv('DEMO_ROOT') ?: '';