Remove PHP opening tag from override-db.php
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 2m14s

This commit is contained in:
2025-08-12 11:06:59 -05:00
parent 5de5a2bf48
commit 26c5ea5c40

View File

@@ -1,4 +1,3 @@
<?php
// ---- overrides injected at runtime ---- // ---- overrides injected at runtime ----
$configValues['CONFIG_DB_ENGINE'] = 'mysqli'; $configValues['CONFIG_DB_ENGINE'] = 'mysqli';
$configValues['CONFIG_DB_HOST'] = getenv('DBHOST') ?: 'db'; $configValues['CONFIG_DB_HOST'] = getenv('DBHOST') ?: 'db';