<?php
$CONFIG = array(
'trusted_domains' =>
  array (
    0 => 'example.domain.com',
  ),
'overwriteprotocol'     => 'https',
'overwritehost'         => 'example.domain.com',
'overwritewebroot'      => '/nextcloud',

'default_phone_region'  => 'US'
);