mirror of
https://github.com/frappe/gunicorn.git
synced 2026-01-14 11:09:11 +08:00
fix tests
This commit is contained in:
parent
82256a93a5
commit
4e3702c3ca
@ -752,6 +752,7 @@ class Env(Setting):
|
||||
cli = ["-e", "--env"]
|
||||
meta = "ENV"
|
||||
validator = validate_list_string
|
||||
default = []
|
||||
|
||||
desc = """\
|
||||
Set environment variable (key=value).
|
||||
@ -763,6 +764,7 @@ class Env(Setting):
|
||||
and test for the foo variable environement in your application.
|
||||
"""
|
||||
|
||||
|
||||
class Pidfile(Setting):
|
||||
name = "pidfile"
|
||||
section = "Server Mechanics"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user