Set Environment variables on Engine Yard
问题 My app is on Engine Yard services and I need to set the environment variables to work with my secret id and password. Somebody know how I can set each variables? What is the best way to do this? 回答1: I've just managed to set environment variables for my application running on Unicorn. Open /data/{app_name}/shared/config/env.custom and edit it to look like this: export SECRET_ID=yourid export SECRET_PASSWORD=yourpass Restart unicorn /engineyard/bin/app_{app_name} reload If you are using