مراية لـ
https://github.com/postalserver/postal.git
تم المزامنة 2025-11-30 21:32:30 +00:00
feat: new configuration system (and schema) (#2819)
هذا الالتزام موجود في:
@@ -6,5 +6,10 @@ $stderr.sync = true
|
||||
|
||||
require_relative "../config/environment"
|
||||
|
||||
HealthServer.start(name: "worker", default_port: 9090)
|
||||
HealthServer.start(
|
||||
name: "worker",
|
||||
default_port: Postal::Config.worker.default_health_server_port,
|
||||
default_bind_address: Postal::Config.worker.default_health_server_bind_address
|
||||
)
|
||||
|
||||
Worker::Process.new.run
|
||||
|
||||
المرجع في مشكلة جديدة
حظر مستخدم