1
0
مراية لـ https://github.com/postalserver/postal.git تم المزامنة 2025-12-01 05:43:04 +00:00

rename AM_CONFIG_ROOT to POSTAL_CONFIG_ROOT

هذا الالتزام موجود في:
Adam Cooke
2017-05-05 09:50:49 +01:00
الأصل a3fe4a548d
التزام 913190bce4

عرض الملف

@@ -35,8 +35,8 @@ module Postal
@config_root ||= begin
if __FILE__ =~ /\A\/opt\/postal/
Pathname.new("/opt/postal/config")
elsif ENV['AM_CONFIG_ROOT']
Pathname.new(ENV['AM_CONFIG_ROOT'])
elsif ENV['POSTAL_CONFIG_ROOT']
Pathname.new(ENV['POSTAL_CONFIG_ROOT'])
else
Pathname.new(File.expand_path("../../../config", __FILE__))
end