add local and language setting

This commit is contained in:
nd 2023-06-12 14:40:47 +02:00
parent 20234f9c3f
commit a4300795cf
No known key found for this signature in database
GPG key ID: DC6070031E5A88A6

View file

@ -95,6 +95,8 @@
- { key: "datadirectory", value: "{{ nextcloud.datadir }}" }
- { key: "defaultapp", value: "files" }
- { key: "default_phone_region", value: "DE" }
- { key: "default_locale", value: "de_DE" }
- { key: "default_language", value: "en" }
- { key: "overwrite.cli.url", value: "https://{{ nextcloud.externalurl }}"}
- { key: "profile.enabled", value: "false", type: "boolean"}