1
0
مراية لـ 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.
هذا الالتزام موجود في:
Adam Cooke
2024-02-03 22:17:51 +00:00
الأصل 96ba4b8f30
التزام 4528a14d27
3 ملفات معدلة مع 6 إضافات و0 حذوفات

عرض الملف

@@ -20,6 +20,7 @@ ActiveSupport::Inflector.inflections(:en) do |inflect|
inflect.acronym "API"
inflect.acronym "DNS"
inflect.acronym "MySQL"
inflect.acronym "DB"
inflect.acronym "IP"

عرض الملف

@@ -9,6 +9,9 @@ require_relative "version"
module Postal
class Config
end
def self.host
@host ||= config.web.host || "localhost:5000"
end

عرض الملف

@@ -11,4 +11,6 @@ module Postal
VERSION
end
Version = VERSION
end