mirror of
https://github.com/nextcloud/docker.git
synced 2025-06-17 00:24:47 +02:00
Run update.sh
Signed-off-by: pierreozoux <pierre@ozoux.net>
This commit is contained in:
parent
6f241bc226
commit
28091effaa
125 changed files with 1781 additions and 2041 deletions
7
18.0/apache/config/language.config.php
Normal file
7
18.0/apache/config/language.config.php
Normal file
|
@ -0,0 +1,7 @@
|
|||
<?php
|
||||
$CONFIG = array(
|
||||
'default_language' => getenv('DEFAULT_LANGUAGE') ?: 'en',
|
||||
'force_language' => getenv('FORCE_LANGUAGE') ?: false,
|
||||
'default_locale' => getenv('DEFAULT_LOCALE') ?: 'en_US',
|
||||
'force_locale' => getenv('FORCE_LOCALE') ?: false,
|
||||
);
|
Loading…
Add table
Add a link
Reference in a new issue