In the context of servers,
0.0.0.0can mean "all IPv4 addresses on the local machine". If a host has two IP addresses,192.168.1.1and10.1.2.1, and a server running on the host is configured to listen on0.0.0.0, it will be reachable at both of those IP addresses.