env.example: new DEPLOYMENT var
This commit is contained in:
parent
5a0990f22a
commit
c6ec665865
|
@ -42,3 +42,7 @@ IMPORT_SNAPSHOTS='y'
|
||||||
|
|
||||||
# If you have a URL_MANUALS implementation, please change this url
|
# If you have a URL_MANUALS implementation, please change this url
|
||||||
URL_MANUALS='http://localhost:4000'
|
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'
|
||||||
|
|
Reference in New Issue