chore: ignore config.php; add config.sample.php template
This commit is contained in:
9
config/config.sample.php
Normal file
9
config/config.sample.php
Normal file
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
$servername = 'localhost';
|
||||
$username = 'wishlist';
|
||||
$db = 'wishlist';
|
||||
$password = 'yourcooldbpasshere';
|
||||
$imagedir = 'data/images';
|
||||
|
||||
?>
|
Reference in New Issue
Block a user