Remove PHP opening tag from override-db.php
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 2m14s
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 2m14s
This commit is contained in:
@@ -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';
|
||||||
|
Reference in New Issue
Block a user