我试图配置 nanobox 和 aws。关注https://guides.nanobox.io/ruby/rails/add-a-database/
但没有关于:How to connect with mongodb in boxfile.yml
我的应用程序在 Rails 5、ruby 2.5 和 Mongodb 中运行,并尝试将 nanobox 与 aws 一起使用。
这是我在 boxfile.yml 中的内容
run.config:
engine: ruby
extra_packages:
- nodejs
- pkgconf
- libxml2
- libxslt