motion-config-vars
motion-config-vars copied to clipboard
Heroku-style config vars on RubyMotion [UNMAINTAINED]
removed the ||= value setting. this would break a long running simulator session by caching the first version of a key in ENV (since ENV lives the length of the...
Hi I am following your hierarchy in the yaml file, but I want to change env for API urls. What steps do i need todo to reload the new values...
How to load environmental variables to use them in Rakefile?
Can it be like https://github.com/laserlemon/figaro where you can set env variables that is default across all environments?
ENV simply doesn't return anything when deployed to device
Since the app.yml can have sensitive information in it, is there a way to keep this from being copied to the app with the rest of the resources?
Given the examples, specifically the API_ENV configuration... Running in the sim with: rake API_ENV=development the first time is fine, and if you inspect ENV['API_ENV'], you get 'development', as expected However,...
My app.yml has: ``` AUDIENCE_ENV: developer: show_logs: Yes adhoc: show_logs: Yes release: show_logs: No ``` This fails with: ``` (main)> 2013-05-01 14:38:23.925 TrackGo[85634:c07] 13:in `set:': can't convert true into String...