mirror of
https://github.com/glmdev/eecs448-lab10
synced 2026-03-02 03:39:24 +00:00
Initial commit
This commit is contained in:
8
config/database.php
Normal file
8
config/database.php
Normal file
@@ -0,0 +1,8 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'url' => 'mysql.eecs.ku.edu',
|
||||
'username' => 'garretmills',
|
||||
'password' => '', // omitted for public repo
|
||||
'database' => 'garretmills',
|
||||
];
|
||||
Reference in New Issue
Block a user