# knots-box: Bitcoin Knots and the DATUM Gateway. # # These ports are read twice: by the role that deploys the service here, and by # the socket-proxy / Caddy plays that run on the EDGE host and publish them. # A role default is invisible to that second play, which is why these live in # host_vars rather than roles//defaults/ - the edge play reads them as # hostvars['knots_box_local']., and the role picks them up automatically # because host_vars outranks role defaults. # # They used to live in services_config.yml, a file 30 plays had to remember to # name in vars_files: and that four role defaults silently depended on. bitcoin_p2p_port: 8333 datum_gateway_api_port: 7152 datum_gateway_stratum_port: 23334