typesafe配置替换相对路径

时间:2015-02-24 12:48:49

标签: substitution typesafe-config

有没有办法在替代中使用相对路径而不是绝对路径? 我想写这个,这不起作用:

service {
  password = "qwerty"
  url = "http://example.com?user=John&password="${password}
}

仅适用于此案例:

service {
  password = "qwerty"
  url = "http://example.com?user=John&password="${service.password}
}

0 个答案:

没有答案