Skip to content

Instantly share code, notes, and snippets.

@shellprog
Last active April 26, 2018 18:26
Show Gist options
  • Save shellprog/2c681d9a8065e8a577b3a10c62d8ce1d to your computer and use it in GitHub Desktop.
Save shellprog/2c681d9a8065e8a577b3a10c62d8ce1d to your computer and use it in GitHub Desktop.
Database Config
'mysql' => array(
'driver' => 'mysql',
'host' => 'localhost',
'database' => 'lucifier_todolist',
'username' => 'username',
'password' => 'password',
'charset' => 'utf8',
'collation' => 'utf8_unicode_ci',
'prefix' => '',
),
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment