I was wondering if it is possible to have the application.yml in a different location. I skipped through the source and found that if you use it over cli, you can actually specify '-p' to run against an arbitrary application.yml.
The lib/figaro/rails/application.rb suggests that the path in a rails environment is hardcoded to
::Rails.root.join("config", "application.yml")
Is it like this or am I missing something?