我正在尝试在清单的 UAA_CONFIG_YAML 部分中设置 SMTP 设置。
smtp:
host: ${vcap.services.smtpdev.credentials.hostname:localhost}
port: 2525
user: ${vcap.services.smtpdev.credentials.username:user}
password: ${vcap.services.smtpdev.credentials.password:password}
这不起作用,但正在使用 localhost 的默认值。如果我提供无效的占位符,则会引发错误。