We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7f9b2b commit 5461cf1Copy full SHA for 5461cf1
1 file changed
platformshconfig/config.py
@@ -81,6 +81,9 @@ class Config:
81
"smtpHost": "SMTP_HOST"
82
}
83
84
+ """
85
+ Local index of variables available at runtime that have no prefix.
86
87
_unPrefixedVariablesRuntime = {
88
"port": "PORT",
89
"socket": "SOCKET"
@@ -117,6 +120,9 @@ class Config:
117
120
"""
118
121
_applicationDef = []
119
122
123
124
+ A map of the registered credential formatters. The key is the name, the value is a function.
125
126
_credentialFormatters = {}
127
128
def __init__(self, environment_variables=None, env_prefix='PLATFORM_'):
0 commit comments