Set default phone region for Nextcloud

This commit is contained in:
Jake Howard 2021-03-06 11:19:11 +00:00
parent 9d6ed88e13
commit 8d136f0b55
No known key found for this signature in database
GPG Key ID: 57AFB45680EDD477

View File

@ -41,4 +41,5 @@ $CONFIG = array (
'jpeg_quality' => '60',
'has_rebuilt_cache' => true,
'logfile' => '/config/log/nextcloud.log',
'default_phone_region' => 'GB',
);