Untitled
wyc1230
plain_text
10 months ago
284 B
10
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