php-test/config.dist.php

7 lines
146 B
PHP
Raw Permalink Normal View History

2019-10-04 18:05:39 +00:00
<?php
// Database connection details
define( 'DB_HOST', 'localhost' );
define( 'DB_USER', '' );
define( 'DB_PASS', '' );
define( 'DB_NAME', '' );