nextcloud: add default phone region
Nextcloud complains if it is missing.
This commit is contained in:
parent
109855231b
commit
4aec3b54ab
@ -258,6 +258,7 @@ data:
|
|||||||
<?php
|
<?php
|
||||||
$CONFIG = array (
|
$CONFIG = array (
|
||||||
'skeletondirectory' => '',
|
'skeletondirectory' => '',
|
||||||
|
'default_phone_region' => 'EE',
|
||||||
);
|
);
|
||||||
oidc.config.php: |-
|
oidc.config.php: |-
|
||||||
<?php
|
<?php
|
||||||
|
Loading…
Reference in New Issue
Block a user