Fix issue with MySQL & deployment

This commit is contained in:
Brendan LE GLAUNEC
2016-06-03 09:07:07 +02:00
committed by Brendan Le Glaunec
parent 4633d3f520
commit 85c816c8cb
3 changed files with 10 additions and 4 deletions
@@ -21,5 +21,5 @@
// if you're not familiar with Docker, only change the
// cache_manager_name value
"cache_manager_path" : "../cache_managers",
"cache_manager_name" : "mysql"
"cache_manager_name" : "dumb"
}