【发布时间】:2017-10-02 21:44:46
【问题描述】:
我的application.yml文件如下:
KEYS: ["xxxxxx", "yyyyyy", "zzzzzz"]
当我运行figaro heroku:set
我收到此错误:
.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/figaro-1.1.1/lib/figaro/cli/heroku_set.rb:7:in `system': no implicit conversion of Integer into String (TypeError)
有人知道我应该如何格式化application.yml 中的数组吗?
【问题讨论】:
标签: heroku environment-variables figaro-ruby