Add an example for the raw_env setting

Refs #1472
This commit is contained in:
Berker Peksag 2018-03-27 14:29:30 +03:00 committed by GitHub
parent 836b078752
commit 01a1c7ca9a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -89,6 +89,8 @@ spew = False
#
# True or False
#
# raw_env - Pass environment variables to the execution environment.
#
# pidfile - The path to a pid file to write
#
# A path string or None to not write a pid file.
@ -121,6 +123,10 @@ spew = False
#
daemon = False
raw_env = [
'DJANGO_SECRET_KEY=something',
'SPAM=eggs',
]
pidfile = None
umask = 0
user = None