
<?php
putenv("DBSERVER=localhost");
putenv("DATABASE=testpogo_db");
putenv("DBUSERNAME=76east");
putenv("DBPASSWORD=aDmin123!");
?>

