Skip to content
Snippets Groups Projects
Commit c9994394 authored by xeruf's avatar xeruf
Browse files

nextcloud: tweak configs key

parent 3f3958c5
No related branches found
No related tags found
No related merge requests found
......@@ -17,6 +17,17 @@ data:
#'defaultapp' => 'dashboard,files',
#'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:
# Basics
- name: password_policy
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment