From c6ec6658650c5c99be74b1d76dd25f5b3545ee2c Mon Sep 17 00:00:00 2001 From: pedro Date: Tue, 24 Oct 2023 08:49:55 +0200 Subject: [PATCH] env.example: new DEPLOYMENT var --- examples/env.example | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/examples/env.example b/examples/env.example index ce280bcc..c8a54cf2 100644 --- a/examples/env.example +++ b/examples/env.example @@ -42,3 +42,7 @@ IMPORT_SNAPSHOTS='y' # If you have a URL_MANUALS implementation, please change this url URL_MANUALS='http://localhost:4000' + +# on devicehub without dpp case, uncomment for a production deployment. +# That is, use of gunicorn instead of a debug python server +#DEPLOYMENT='PROD'