mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-18 07:23:13 +00:00
Use db-host IP instead of hostname
This commit is contained in:
@@ -58,6 +58,9 @@ class InstallTest extends \PhraseanetPHPUnitAbstract
|
||||
case 'yes':
|
||||
return true;
|
||||
break;
|
||||
case 'db-host':
|
||||
return '127.0.0.1';
|
||||
break;
|
||||
case 'db-port':
|
||||
return 3306;
|
||||
break;
|
||||
|
Reference in New Issue
Block a user