mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-07-26 15:55:56 +02:00
Update to 2022-06-29 10:00
This commit is contained in:
@@ -4,5 +4,9 @@ class DB extends DBmysql {
|
||||
var $dbuser = '{{ glpi_mysql_user }}';
|
||||
var $dbpassword= '{{ glpi_mysql_pass }}';
|
||||
var $dbdefault = '{{ glpi_mysql_db }}';
|
||||
public $allow_myisam = false;
|
||||
public $allow_datetime = false;
|
||||
public $use_utf8mb4 = true;
|
||||
public $allow_signed_keys = false;
|
||||
}
|
||||
?>
|
||||
|
Reference in New Issue
Block a user