opensupports/server/config.php

7 lines
172 B
PHP
Raw Normal View History

2017-03-15 06:20:18 +01:00
<?php
2018-03-28 04:30:18 +02:00
define('MYSQL_HOST', '127.0.0.1');
define('MYSQL_PORT', '4040');
define('MYSQL_USER', 'root');
define('MYSQL_PASSWORD', '');
define('MYSQL_DATABASE', 'development');