nextcloud: remove inline comments from override
This commit is contained in:
parent
566f79b214
commit
bcdbaf2dc8
|
@ -10,6 +10,9 @@ data:
|
||||||
# https://artifacthub.io/packages/helm/nextcloud/nextcloud#configuration
|
# https://artifacthub.io/packages/helm/nextcloud/nextcloud#configuration
|
||||||
# https://docs.nextcloud.com/server/latest/admin_manual/configuration_server/config_sample_php_parameters.html#user-experience
|
# https://docs.nextcloud.com/server/latest/admin_manual/configuration_server/config_sample_php_parameters.html#user-experience
|
||||||
#'defaultapp' => 'dashboard,files',
|
#'defaultapp' => 'dashboard,files',
|
||||||
|
# https://github.com/moment/moment/tree/2.18.1/locale
|
||||||
|
#'default_language' => 'en_de', # https://www.transifex.com/explore/languages/
|
||||||
|
#'theme' => 'dark',
|
||||||
nextcloud:
|
nextcloud:
|
||||||
configs:
|
configs:
|
||||||
defaults.config.php: |-
|
defaults.config.php: |-
|
||||||
|
@ -17,10 +20,8 @@ data:
|
||||||
$CONFIG = array (
|
$CONFIG = array (
|
||||||
'allow_user_to_change_display_name' => false,
|
'allow_user_to_change_display_name' => false,
|
||||||
'default_phone_region' => 'DE',
|
'default_phone_region' => 'DE',
|
||||||
'default_locale' => 'en-gb', # https://github.com/moment/moment/tree/2.18.1/locale
|
'default_locale' => 'en-gb',
|
||||||
#'default_language' => 'en_de', # https://www.transifex.com/explore/languages/
|
|
||||||
'lost_password_link' => 'https://sso.ftt.gmbh/login/recovery',
|
'lost_password_link' => 'https://sso.ftt.gmbh/login/recovery',
|
||||||
#'theme' => 'dark',
|
|
||||||
);
|
);
|
||||||
apps:
|
apps:
|
||||||
# Basics
|
# Basics
|
||||||
|
|
Loading…
Reference in New Issue