Files
exo/master/env.py
Gelu Vrabie 4c0e4ef853 Go build
Co-authored-by: Gelu Vrabie <gelu@exolabs.net>
2025-07-24 19:45:45 +01:00

10 lines
259 B
Python

from pathlib import Path
from shared.env import BaseEnv
class MasterEnvironmentSchema(BaseEnv):
# Master-specific: forwarder configuration
# Default to build/forwarder if not explicitly set
FORWARDER_BINARY_PATH: Path = Path("build/forwarder")