Hi,
I just create a Docker instance for Nextcloud and I get a warning about default_phone_region.
I'm French and I must edit the data/config/config.php file to add :
'force_language' => 'fr',
'default_locale' => 'fr_FR',
'force_locale' => 'fr_FR',
'default_language' => 'fr',
'default_phone_region' => 'FR',
Is it possible to configure it without editing config.php ? Could you add an environment variable to configure it ?
Thank you !