From 4b8b3890d53bf5dba1fec17c49b865024ff17d8b Mon Sep 17 00:00:00 2001 From: Marcel Peterkau Date: Mon, 18 Aug 2025 14:12:35 +0200 Subject: [PATCH] chore: ignore config.php; add config.sample.php template --- .gitignore | 3 ++- config/{config.php => config.sample.php} | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) rename config/{config.php => config.sample.php} (74%) diff --git a/.gitignore b/.gitignore index 6320cd2..0ed3e92 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ -data \ No newline at end of file +dataconfig/config.php +config/config.php diff --git a/config/config.php b/config/config.sample.php similarity index 74% rename from config/config.php rename to config/config.sample.php index a659a69..6cefe3f 100644 --- a/config/config.php +++ b/config/config.sample.php @@ -3,7 +3,7 @@ $servername = 'localhost'; $username = 'wishlist'; $db = 'wishlist'; -$password = 'R!6CIb-KxM96EC]6'; +$password = 'yourcooldbpasshere'; $imagedir = 'data/images'; ?> \ No newline at end of file