mirror of
https://github.com/tiqi-group/pydase.git
synced 2026-01-16 08:59:26 +01:00
updating config.py
This commit is contained in:
@@ -1,10 +1,7 @@
|
||||
from pathlib import Path
|
||||
from typing import Literal
|
||||
|
||||
from confz import ConfZ, ConfZEnvSource
|
||||
|
||||
CONFIG_DIR = Path(__file__).parent.parent.parent.resolve() / "config"
|
||||
|
||||
|
||||
class OperationMode(ConfZ): # type: ignore
|
||||
environment: Literal["development"] | Literal["production"] = "production"
|
||||
|
||||
Reference in New Issue
Block a user