nextcloud: add default phone region

Nextcloud complains if it is missing.
This commit is contained in:
rasmus 2024-02-05 00:49:48 +02:00
parent 109855231b
commit 4aec3b54ab
1 changed files with 1 additions and 0 deletions

View File

@ -258,6 +258,7 @@ data:
<?php
$CONFIG = array (
'skeletondirectory' => '',
'default_phone_region' => 'EE',
);
oidc.config.php: |-
<?php