<?php
$mysql_host = 'localhost';
$mysql_user = $_ENV['MYSQL_USER'];
$mysql_password = $_ENV['MYSQL_PASSWORD'];
$mysql_database = 'development';