مراية لـ
https://github.com/postalserver/postal.git
تم المزامنة 2025-11-30 21:32:30 +00:00
fix: fixes issue starting application in production mode
I haven't observed these all that recently and these fixes are temporary until I have time to look properly.
هذا الالتزام موجود في:
@@ -20,6 +20,7 @@ ActiveSupport::Inflector.inflections(:en) do |inflect|
|
|||||||
|
|
||||||
inflect.acronym "API"
|
inflect.acronym "API"
|
||||||
inflect.acronym "DNS"
|
inflect.acronym "DNS"
|
||||||
|
inflect.acronym "MySQL"
|
||||||
|
|
||||||
inflect.acronym "DB"
|
inflect.acronym "DB"
|
||||||
inflect.acronym "IP"
|
inflect.acronym "IP"
|
||||||
|
|||||||
@@ -9,6 +9,9 @@ require_relative "version"
|
|||||||
|
|
||||||
module Postal
|
module Postal
|
||||||
|
|
||||||
|
class Config
|
||||||
|
end
|
||||||
|
|
||||||
def self.host
|
def self.host
|
||||||
@host ||= config.web.host || "localhost:5000"
|
@host ||= config.web.host || "localhost:5000"
|
||||||
end
|
end
|
||||||
|
|||||||
@@ -11,4 +11,6 @@ module Postal
|
|||||||
VERSION
|
VERSION
|
||||||
end
|
end
|
||||||
|
|
||||||
|
Version = VERSION
|
||||||
|
|
||||||
end
|
end
|
||||||
|
|||||||
المرجع في مشكلة جديدة
حظر مستخدم