More problems with trusted_domains

Sorry, here it is: As you can see, I tried many combination.

<?php $CONFIG = array ( 'updatechecker' => false, 'instanceid' => 'oc2gbl4sik1q', 'passwordsalt' => 'xXxXxXxX', 'secret' => 'xXxXxXxX', 'trusted_domains' => array ( '192.168.88.1','192.168.245.1','192.168.0.2','192.168.xxx.xxx','10.0.0.241','10.0.0.186','10.xxx.xxx.xxx','localhost','127.0.0.1', ), 'datadirectory' => '/media/t430_ownCloud', 'overwrite.cli.url' => 'http://localhost/owncloud', 'dbtype' => 'mysql', 'version' => '10.0.3.3', 'dbname' => 'owncloud', 'dbhost' => 'localhost', 'dbtableprefix' => 'oc_', 'mysql.utf8mb4' => true, 'dbuser' => 'oc_tek', 'dbpassword' => 'xXxXxXxX', 'logtimezone' => 'UTC', 'installed' => true, );