1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/webtrees_ynh.git synced 2024-09-03 18:26:37 +02:00
webtrees_ynh/conf/config.ini.php
Éric Gaspar 9086034ce5
Testing (#21)
* Upgrade to 2.0.12
2021-03-11 13:47:37 +01:00

7 lines
149 B
PHP
Executable file

; <?php exit; ?> DO NOT DELETE THIS LINE
dbhost="localhost"
dbport="3306"
dbuser="__DB_USER__"
dbpass="__DB_PWD__"
dbname="__DB_NAME__"
tblpfx="wt_"