1
0
مراية لـ https://github.com/postalserver/postal.git تم المزامنة 2026-03-03 14:24:06 +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 حذوفات

عرض الملف

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