www/public/config.php.dist

6 lines
88 B
Plaintext

<?php
$host = "localhost";
$database = "cotcotcot";
$user = "cot";
$password = "cot";
?>