AWS OpsWorks Environment variables not working
问题 I am running Ubuntu 14.04 LTS 64 bit Rails Application and I am unable to access my App environment variables. In OpsWorks App panel, I set my environment variables, say: MYKEY: 1234 Then I save and deploy my app again to make these visible. In my Rails app, or the rails console I get nil: $ bundle exec rails c production >ENV["MYKEY"] => nil I have tried restarting the server. I'm not sure what I am missing, I have been using environment variables in other services. How can I trace where