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