nettsiden/dist/config.source-env.php
2024-04-10 21:44:58 +02:00

7 lines
79 B
PHP

<?php
$configFile = getenv('PVV_CONFIG_FILE');
require_once($configFile);
?>