nettsiden/dist/config.source-env.php

7 lines
78 B
PHP
Raw Normal View History

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