Enhancement
                         
                    
                    Detail
#28137
Alias %HOST% also when starting from the development environment
The alias "%HOST%" normally specifies the external interface of the application and is configured in the deployment via the environment variable "tl_host". When starting from the development environment, this value should also be set accordingly.
Test
- Start app in development environment
 - EvaluateresolveAlias("%HOST%") in the script console.
 - Expected value: http://127.0.0.1:8080