Skip to content
Snippets Groups Projects
Commit c7b7611c authored by Julie gauthier's avatar Julie gauthier
Browse files

Update INSTALL_DEV_Ubuntu_16.04.md fixed upgrade datasources

parent 855e3993
No related branches found
No related tags found
No related merge requests found
...@@ -289,7 +289,7 @@ and 'default'. Now adjust: ...@@ -289,7 +289,7 @@ and 'default'. Now adjust:
'cacheMetadata' => true, 'cacheMetadata' => true,
'log' => false, 'log' => false,
``` ```
You should comment the 'test' section of Datasources. /!\ You should comment the 'test' section of Datasources.
## APP.PHP Configure debug-kit database credentials ## APP.PHP Configure debug-kit database credentials
...@@ -305,8 +305,8 @@ You should comment the 'test' section of Datasources. ...@@ -305,8 +305,8 @@ You should comment the 'test' section of Datasources.
'username' => 'comptoir', 'username' => 'comptoir',
'password' => 'comptoir', 'password' => 'comptoir',
'database' => 'debug_kit', 'database' => 'debug_kit',
'encoding' => 'Europe/Paris', 'encoding' => 'utf8',
'timezone' => 'UTC', 'timezone' => 'Europe/Paris',
'cacheMetadata' => true, 'cacheMetadata' => true,
'quoteIdentifiers' => false, 'quoteIdentifiers' => false,
], ],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment