We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3167795 commit d0422b8Copy full SHA for d0422b8
jbi/environment.py
@@ -15,7 +15,7 @@ class Environment(str, Enum):
15
16
LOCAL = "local"
17
NONPROD = "nonprod"
18
- PRODUCTION = "production"
+ PROD = "prod"
19
20
21
class SentryDsn(AnyUrl):
0 commit comments