# File src/ruby_supportlib/phusion_passenger/standalone/config_utils.rb, line 120
      def load_env_config!
        begin
          load_env_config
        rescue ConfigUtils::ConfigLoadError => e
          abort "*** ERROR: #{e.message}"
        end
      end