Skip to content

Instantly share code, notes, and snippets.

@johnbocook
Created July 8, 2021 23:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save johnbocook/fe28dc6f6520f1c365f90fb5f6fb47f1 to your computer and use it in GitHub Desktop.
Save johnbocook/fe28dc6f6520f1c365f90fb5f6fb47f1 to your computer and use it in GitHub Desktop.
<?php
return [
'dsn' => 'mysql:host=localhost;dbname=fanatos',
'username' => 'root',
'password' => 'root',
];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment