mirror of
https://github.com/discourse/discourse.git
synced 2024-11-21 16:38:15 -06:00
5 lines
90 B
Ruby
5 lines
90 B
Ruby
# frozen_string_literal: true
|
|
|
|
require "excon"
|
|
Excon::DEFAULTS[:omit_default_port] = true
|