uniqc.gateway.config module¶
Gateway server configuration — reads gateway.port/host from config.yaml.
- uniqc.gateway.config.load_gateway_config(*, host_override=None)[source]¶
Load the [gateway] section from ~/.uniqc/config.yaml.
- If the key is absent the defaults apply:
port: 18765 host: 127.0.0.1 (localhost-only for security)