Blueprint Developer Manual / Version 2406.0
Table Of ContentsTo access the applications, you need to configure your hosts DNS resolution. Changing this requires admin rights.
Without Administrator rights. Without administrator rights, you need to set the following environment variables in the
.env file to the DNS resolvable host name of your computer:
ENVIRONMENT_FQDNCMS_ORB_HOSTMLS_ORB_HOSTWFS_ORB_HOST
With Administrator rights. With administrator rights edit the configuration file for the host mappings at the following locations:
On Linux / Mac OS
/etc/hostsOn Windows
%SystemRoot%\System32\drivers\etc\hosts
Make sure that it contains the following mappings:
# Development names to connect from Maven / IDEA 127.0.0.1 workflow-server 127.0.0.1 content-management-server # Administrative Hosts 127.0.0.1 docker.localhost 127.0.0.1 overview.docker.localhost 127.0.0.1 monitor.docker.localhost # Corporate Hosts 127.0.0.1 corporate-de.docker.localhost 127.0.0.1 corporate.docker.localhost # Management Hosts 127.0.0.1 studio.docker.localhost 127.0.0.1 preview.docker.localhost # Commerce Hosts 127.0.0.1 helios.docker.localhost 127.0.0.1 calista.docker.localhost 127.0.0.1 apparel.docker.localhost 127.0.0.1 sitegenesis.docker.localhost 127.0.0.1 shop-preview-ibm.docker.localhost 127.0.0.1 shop-ibm.docker.localhost 127.0.0.1 shop-preview-production-ibm.docker.localhost 127.0.0.1 shop-preview-hybris.docker.localhost 127.0.0.1 shop-hybris.docker.localhost 127.0.0.1 shop-preview-sfcc.docker.localhost 127.0.0.1 shop-sfcc.docker.localhost 127.0.0.1 shop-tools-sfcc.docker.localhost


