# Basic Station configuration for WebSocket gateway connections [general] log_level=4 [integration.mqtt] server="tcp://mosquitto:1883" event_topic="eu868/gateway/{{ .GatewayID }}/event/{{ .EventType }}" state_topic="eu868/gateway/{{ .GatewayID }}/state/{{ .StateType }}" command_topic="eu868/gateway/{{ .GatewayID }}/command/#" json=true [backend] type="basic_station" [backend.basic_station] bind=":3001" tls_cert="" tls_key="" ca_cert="" region="EU868" frequency_min=863000000 frequency_max=870000000