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:
parent
a15abd0b83
commit
64203873b1
1 changed files with 4 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue