mirror of
https://github.com/tiqi-group/pydase.git
synced 2025-07-10 19:41:49 +02:00
adds "testing" operation mode
This commit is contained in:
@ -5,7 +5,7 @@ from confz import BaseConfig, EnvSource
|
||||
|
||||
|
||||
class OperationMode(BaseConfig): # type: ignore[misc]
|
||||
environment: Literal["development", "production"] = "development"
|
||||
environment: Literal["testing", "development", "production"] = "development"
|
||||
|
||||
CONFIG_SOURCES = EnvSource(allow=["ENVIRONMENT"])
|
||||
|
||||
|
Reference in New Issue
Block a user