Untitled
wyc1230
plain_text
01/12/2025 12:16 AM
380 B
49
Indexable
class Profile(StrEnum):
# These values should be synced with streaming-picking-v2-pydomain/conf/config.ini.
DEVELOP = "develop"
PRODUCTION = "production"
SIMULATION = "simulation"
MOCK = "mock"
profile: Profile = Field(env="PROFILE", default=DEFAULT_PROFILE)
Editor is loading...
Leave a Comment