mirror of
https://gh.wpcy.net/https://github.com/discourse/discourse.git
synced 2026-05-01 19:00:38 +08:00
4 lines
90 B
Ruby
4 lines
90 B
Ruby
# frozen_string_literal: true
|
|
|
|
require "excon"
|
|
Excon::DEFAULTS[:omit_default_port] = true
|