nettsiden/dist/config.source-env.php
2024-03-24 00:03:11 +01:00

7 lines
78 B
PHP

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