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

9
config/config.sample.php Normal file
View File

@@ -0,0 +1,9 @@
<?php
$servername = 'localhost';
$username = 'wishlist';
$db = 'wishlist';
$password = 'yourcooldbpasshere';
$imagedir = 'data/images';
?>