mirror of
https://github.com/tiqi-group/pydase.git
synced 2026-01-27 06:04:18 +01: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]
|
class OperationMode(BaseConfig): # type: ignore[misc]
|
||||||
environment: Literal["development", "production"] = "development"
|
environment: Literal["testing", "development", "production"] = "development"
|
||||||
|
|
||||||
CONFIG_SOURCES = EnvSource(allow=["ENVIRONMENT"])
|
CONFIG_SOURCES = EnvSource(allow=["ENVIRONMENT"])
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user