1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/webtrees_ynh.git synced 2024-09-03 18:26:37 +02:00

Update config.ini.php

This commit is contained in:
Éric Gaspar 2022-06-11 16:30:13 +02:00
parent a15abd0b83
commit 64203873b1
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -1,7 +1,10 @@
; <?php exit; ?> DO NOT DELETE THIS LINE
; <?php return; ?> DO NOT DELETE THIS LINE
dbtype="mysql"
dbhost="localhost"
dbport="3306"
dbuser="__DB_USER__"
dbpass="__DB_PWD__"
dbname="__DB_NAME__"
tblpfx="wt_"
base_url="https://__DOMAIN____PATH__"
rewrite_urls="0"