env.example: new DEPLOYMENT var

This commit is contained in:
pedro 2023-10-24 08:49:55 +02:00
parent 5a0990f22a
commit c6ec665865
1 changed files with 4 additions and 0 deletions

View File

@ -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'