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

fix: update url for v2 config (#3225)

This minor update resolves #3048

Signed-off-by: Johan Kok <johankok@users.noreply.github.com>
هذا الالتزام موجود في:
Johan Kok
2025-10-03 10:40:22 +02:00
ملتزم من قبل GitHub
الأصل d00d978872
التزام e00098b800

عرض الملف

@@ -58,7 +58,7 @@ module Postal
unless silence_config_messages
warn "WARNING: Using legacy config file format. Upgrade your postal.yml to use"
warn "version 2 of the Postal configuration or configure using environment"
warn "variables. See https://postalserver.io/config-v2 for details."
warn "variables. See https://docs.postalserver.io/config-v2 for details."
end
sources << LegacyConfigSource.new(yaml)
when 2