Created
July 23, 2019 15:40
-
-
Save supanadit/913288bce7ce061eb0d638b690bd6aea to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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