Update config.ini.php

This commit is contained in:
Alexandre
2021-10-19 17:32:45 +02:00
committed by GitHub
parent b4c180762b
commit f25990ce42

View File

@@ -1,9 +1,15 @@
; <?php return; ?> DO NOT DELETE THIS LINE ; <?php exit; ?> DO NOT DELETE THIS LINE
lang="en-US"
dbtype="sqlite" dbtype="sqlite"
dbhost="" dbport="80"
dbport="" dbuser="username"
dbuser="" dbpass="secret"
dbpass="" dbname="webtrees.sqlite"
dbname="database" dbhost="localhost"
tblpfx="wt_" tblpfx="wt_"
base_url="http://192.168.178.69:9999" base_url="http://192.168.178.69:9999"
wtname="Full Name"
wtuser="username"
wtpass="mybadpassword"
wtemail="me@example.com"
rewrite_urls="0"