Files
AI-FFL/config/database.php
2025-09-24 12:27:25 -05:00

22 lines
488 B
PHP

<?php
/**
* Database configuration file for AI Fantasy NFL.
*
* PHP version: PHP 8.3+
*
* @category Configuration
* @package AI_Fantasy_NFL
* @author Keith Solomon <keith@keithsolomon.net>
* @license https://opensource.org/licenses/MIT MIT License
* @version GIT: $Id$
* @link https://github.com/your-repo/AI_Fantasy_NFL
*/
return [
'host' => 'localhost',
'port' => 3306,
'database' => 'ff-ai',
'user' => 'ff-ai',
'password' => 'lkvQm69$3!xZ',
];