1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/tiki_ynh.git synced 2024-09-04 01:15:54 +02:00
tiki_ynh/conf/local.php
2022-05-22 20:54:12 +02:00

8 lines
No EOL
169 B
PHP

<?php
$db_tiki='mysql';
$dbversion_tiki='8.0';
$host_tiki='localhost';
$user_tiki='__DB_NAME__';
$pass_tiki='__DB_PWD__';
$dbs_tiki='tiki_80';
$client_charset='utf8mb4';