diff --git a/nextcloud/assets/data/host.config.php b/nextcloud/assets/data/host.config.php index d29ce49..2d6d2a8 100644 --- a/nextcloud/assets/data/host.config.php +++ b/nextcloud/assets/data/host.config.php @@ -7,4 +7,6 @@ $CONFIG = array( 'overwriteprotocol' => 'https', 'overwritehost' => 'example.domain.com', 'overwritewebroot' => '/nextcloud', + +'default_phone_region' => 'US' );