chore: ignore config.php; add config.sample.php template

This commit is contained in:
2025-08-18 14:12:35 +02:00
parent 4e30e3a439
commit 4b8b3890d5
2 changed files with 3 additions and 2 deletions

3
.gitignore vendored
View File

@@ -1 +1,2 @@
data
dataconfig/config.php
config/config.php

View File

@@ -3,7 +3,7 @@
$servername = 'localhost';
$username = 'wishlist';
$db = 'wishlist';
$password = 'R!6CIb-KxM96EC]6';
$password = 'yourcooldbpasshere';
$imagedir = 'data/images';
?>