Skip to content

Commit

Permalink
documenting env global
Browse files Browse the repository at this point in the history
  • Loading branch information
ckuhtz committed Jul 25, 2024
1 parent 7eed54c commit bc62b3d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions api/globals.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,7 @@

env = {}
"""This Dict is set by internal.check_env_vars and contains a subset of the environment relevant to this
application. If a value isn't provided in the environment, check_env_vars will populate a reasonable
default. In turn, components of this application can refer to env[] to retrieve global settings to
bootstrap.
"""

0 comments on commit bc62b3d

Please sign in to comment.