# Source that connect to pathfinder_a, or the single pathfinder. Can run along with source and/or source_b.
go run -race services/source/cmd/main.go \
    --cert-file=certs/service.crt --key-file=certs/service.key --insecure=true \
    --metrics-method=logged \
    --metrics-period=2s \
    --log=info \
    \
    --client-port=3006 \
    --history-expiration=5s \
    --host-auth-method=fake \
    --host-name=wss://localhost:3006 \
    --host-url=wss://localhost:3001 \
