1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/galette_ynh.git synced 2024-09-03 18:36:28 +02:00
galette_ynh/conf/config.inc.php
2015-10-17 13:41:39 +02:00

8 lines
286 B
PHP

<?php
define("TYPE_DB", "mysql" );
define("HOST_DB", "localhost" );
define("PORT_DB", "3306" );
define("USER_DB", "USER_DB_VALUE" );
define("PWD_DB", "PWD_DB_VALUE" );
define("NAME_DB", "NAME_DB_VALUE" );
define("PREFIX_DB", "" );