chore: ignore config.php; add config.sample.php template
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -1 +1,2 @@
|
|||||||
data
|
dataconfig/config.php
|
||||||
|
config/config.php
|
||||||
|
@@ -3,7 +3,7 @@
|
|||||||
$servername = 'localhost';
|
$servername = 'localhost';
|
||||||
$username = 'wishlist';
|
$username = 'wishlist';
|
||||||
$db = 'wishlist';
|
$db = 'wishlist';
|
||||||
$password = 'R!6CIb-KxM96EC]6';
|
$password = 'yourcooldbpasshere';
|
||||||
$imagedir = 'data/images';
|
$imagedir = 'data/images';
|
||||||
|
|
||||||
?>
|
?>
|
Reference in New Issue
Block a user