Skip to content

Instantly share code, notes, and snippets.

@supanadit
Created July 23, 2019 15:40
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 supanadit/913288bce7ce061eb0d638b690bd6aea to your computer and use it in GitHub Desktop.
Save supanadit/913288bce7ce061eb0d638b690bd6aea to your computer and use it in GitHub Desktop.
database' => [
'type' => 'mysql',
'host' => 'localhost',
'port' => 3306,
'name' => 'directus_test',
'username' => 'root',
'password' => 'root',
'engine' => 'InnoDB',
'charset' => 'utf8mb4'
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment