1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/indexhibit_ynh.git synced 2024-09-03 19:26:20 +02:00
indexhibit_ynh/conf/config.example.php
2022-05-12 09:42:44 +02:00

8 lines
No EOL
245 B
PHP

<?php if (!defined('SITE')) exit('No direct script access allowed');
$indx['db'] = '__DB_NAME__';
$indx['user'] = '__DB_USER__';
$indx['pass'] = '__DB_PWD__';
$indx['host'] = 'localhost';
$indx['sql'] = 'mysql';
define('PX', 'ndxz_');