Create config.ini.php

This commit is contained in:
Alexandre
2021-10-17 22:04:01 +02:00
committed by GitHub
parent 9c0aca62c7
commit d7c2882249

9
webtrees/config.ini.php Normal file
View File

@@ -0,0 +1,9 @@
; <?php return; ?> DO NOT DELETE THIS LINE
dbtype="sqlite"
dbhost=""
dbport=""
dbuser=""
dbpass=""
dbname="database"
tblpfx="wt_"
base_url="http://192.168.178.69:9999"