From 99bb38042589224ef8b08e4ba3c7ae8420e22188 Mon Sep 17 00:00:00 2001 From: Mar Alegre Date: Wed, 6 Oct 2021 18:16:11 -0400 Subject: [PATCH] Added host config --- nextcloud/assets/data/host.config.php | 2 ++ 1 file changed, 2 insertions(+) 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' );