web_AI-3/dbconfig.php

6 lines
80 B
PHP

<?php
$dbUsername = "root";
$dbPassword = "password";
$dbName = "webshopdb";
?>