مراية لـ
https://github.com/postalserver/postal.git
تم المزامنة 2025-12-01 05:43:04 +00:00
rename AM_CONFIG_ROOT to POSTAL_CONFIG_ROOT
هذا الالتزام موجود في:
@@ -35,8 +35,8 @@ module Postal
|
|||||||
@config_root ||= begin
|
@config_root ||= begin
|
||||||
if __FILE__ =~ /\A\/opt\/postal/
|
if __FILE__ =~ /\A\/opt\/postal/
|
||||||
Pathname.new("/opt/postal/config")
|
Pathname.new("/opt/postal/config")
|
||||||
elsif ENV['AM_CONFIG_ROOT']
|
elsif ENV['POSTAL_CONFIG_ROOT']
|
||||||
Pathname.new(ENV['AM_CONFIG_ROOT'])
|
Pathname.new(ENV['POSTAL_CONFIG_ROOT'])
|
||||||
else
|
else
|
||||||
Pathname.new(File.expand_path("../../../config", __FILE__))
|
Pathname.new(File.expand_path("../../../config", __FILE__))
|
||||||
end
|
end
|
||||||
|
|||||||
المرجع في مشكلة جديدة
حظر مستخدم