Add sample mysql_credentials file
This commit is contained in:
parent
3b546bd34f
commit
f04a4c34f4
|
@ -0,0 +1,8 @@
|
|||
<?php
|
||||
return array(
|
||||
"servername" => "localhost",
|
||||
"username" => "username_goes_here",
|
||||
"password" => "password_goes_here",
|
||||
"database" => "database_name_goes_here"
|
||||
);
|
||||
?>
|
Loading…
Reference in New Issue