We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73814fc commit e6bd467Copy full SHA for e6bd467
README.md
@@ -72,3 +72,11 @@ There are two things to implement:
72
* The configuration parser: it simply takes the deserialized data
73
from the file, and sets attributes to the Config object, so your
74
module can access it later.
75
+
76
+This way, the path to the config file can be passed to your module
77
+by invoking gunicorn this way:
78
79
+```
80
+export PPP_MYMODULE_CONFIG="/path/to/config/file.json"
81
+gunicorn my_module:app
82
0 commit comments