Skip to content

Commit

Permalink
Add an example for the raw_env setting
Browse files Browse the repository at this point in the history
Refs #1472
  • Loading branch information
berkerpeksag committed Mar 27, 2018
1 parent 836b078 commit 01a1c7c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions examples/example_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,8 @@
#
# 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.
Expand Down Expand Up @@ -121,6 +123,10 @@
#

daemon = False
raw_env = [
'DJANGO_SECRET_KEY=something',
'SPAM=eggs',
]
pidfile = None
umask = 0
user = None
Expand Down

0 comments on commit 01a1c7c

Please sign in to comment.