From f021d7b4a7f2dea039752f4da5804a87097dc538 Mon Sep 17 00:00:00 2001 From: subnub <44621867+subnub@users.noreply.github.com> Date: Mon, 25 May 2020 15:14:47 -0400 Subject: [PATCH] Update readme.md --- readme.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/readme.md b/readme.md index 5faf228..82e1c25 100755 --- a/readme.md +++ b/readme.md @@ -70,6 +70,8 @@ Server Enviroment Variables: - DB_TYPE (Required): Sets the Database Type, options include s3/mongo/fs. - NODE_ENV (Required): Must be set to 'production'. - SSL (Optional): Enables SSL, place certificate.crt, certificate.ca-bundle, and certificate.key at the root of the project. +- KEY (Optional): Encryption key for data, this is not recommended, please use the built webUI for setting the key. +- DOCKER (Optional/Required): Sets the server to use docker, set this to true. - FS_DIRECTORY (Optional/Required): Sets the directory for file data on the file system. - S3_ID (Optional/Required): Sets the Amazon S3 ID. - S3_KEY (Optional/Required): Sets the Amazon S3 Key.