Update and rename webtrees/rootfs/config.ini.php to webtrees/rootfs/defaults/config.ini.php

This commit is contained in:
Alexandre
2021-10-19 17:46:32 +02:00
committed by GitHub
parent e710655a43
commit 309634f3b5

View File

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