nextcloud: tweak configs key
This commit is contained in:
parent
3f3958c591
commit
c9994394cb
|
@ -17,6 +17,17 @@ data:
|
||||||
#'defaultapp' => 'dashboard,files',
|
#'defaultapp' => 'dashboard,files',
|
||||||
#'default_language' => 'en',
|
#'default_language' => 'en',
|
||||||
);
|
);
|
||||||
|
nextcloud:
|
||||||
|
configs:
|
||||||
|
defaults.config.php: |-
|
||||||
|
<?php
|
||||||
|
$CONFIG = array (
|
||||||
|
'allow_user_to_change_display_name' => false,
|
||||||
|
'default_phone_region' => 'DE',
|
||||||
|
'default_locale' => 'de',
|
||||||
|
#'defaultapp' => 'dashboard,files',
|
||||||
|
#'default_language' => 'en',
|
||||||
|
);
|
||||||
apps:
|
apps:
|
||||||
# Basics
|
# Basics
|
||||||
- name: password_policy
|
- name: password_policy
|
||||||
|
|
Loading…
Reference in New Issue