1---
2title: "registry.consul.register.addr"
3---
4
5`registry.consul.register.addr` configures the address for the service registration.
6
7Fabio registers itself in consul with this `host:port` address.
8It must point to the UI/API endpoint configured by [ui.addr](/ref/ui.addr/) and defaults to its
9value.
10
11The default is
12
13	registry.consul.register.addr = :9998
14