mirror of
https://github.com/glmdev/eecs448-lab10
synced 2024-10-27 19:14:00 +00:00
9 lines
169 B
PHP
9 lines
169 B
PHP
<?php
|
|
|
|
return [
|
|
'url' => 'mysql.eecs.ku.edu',
|
|
'username' => 'garretmills',
|
|
'password' => '', // omitted for public repo
|
|
'database' => 'garretmills',
|
|
];
|