New documentation on Docker method of running Snipe-IT. New environment

variables available to customize how Snipe-IT ought to work under
Docker. Locale, timezone, and custom-URL support. Documentation pushes
users to move more towards 'env-files' rather than environment variables.

Fixes #1020
This commit is contained in:
Brady Wetherington
2015-09-21 16:42:43 -07:00
parent 86c620df3d
commit 22ea008bb4
3 changed files with 48 additions and 24 deletions
+4
View File
@@ -14,6 +14,10 @@ return array(
*/
'debug' => false,
'timezone' => isset($_ENV['SNIPEIT_TIMEZONE']) ? $_ENV['SNIPEIT_TIMEZONE'] : 'UTC',
'locale' => isset($_ENV['SNIPEIT_LOCALE']) ? $_ENV['SNIPEIT_LOCALE'] : 'en',
/*
|--------------------------------------------------------------------------