Files
Simple-Wishlist/config/config.sample.php

9 lines
140 B
PHP

<?php
$servername = 'localhost';
$username = 'wishlist';
$db = 'wishlist';
$password = 'yourcooldbpasshere';
$imagedir = 'data/images';
?>