0
0
Fork 0
mirror of https://github.com/nextcloud/docker.git synced 2025-06-17 08:34:48 +02:00

Adds moar env.

Signed-off-by: pierreozoux <pierre@ozoux.net>
This commit is contained in:
pierreozoux 2020-01-17 15:10:12 +01:00
parent 94b9fa723f
commit 41564649fc
4 changed files with 31 additions and 0 deletions

View 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,
);