Change the reading of configuration values from environment variables to parse integers if the default value for a configuration variable is an integer. This makes it possible to set values such as site.trusted_proxy_count in the environment.
Fix the construction of URLs for thumbnails and images when you are using the dev server to host files. This makes thumbnail generation work for developers without having to set up another server to serve uploads. Fix expandos to work when a file is locally hosted.
Change the reading of configuration values from environment variables to parse integers if the default value for a configuration variable is an integer. This makes it possible to set values such as
site.trusted_proxy_count
in the environment.Fix the construction of URLs for thumbnails and images when you are using the dev server to host files. This makes thumbnail generation work for developers without having to set up another server to serve uploads. Fix expandos to work when a file is locally hosted.