1 2 3 4
/// Host name used to access the host machine from within Docker containers pub const DOCKER_INTERNAL_HOST: &str = "host.docker.internal"; /// Standard localhost address for local development pub const LOCAL_HOST: &str = "localhost";