I need to create a custom config in my app rails to load the configuration url of my services and accessing the configuration in my models.
Thank you.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Create the file you need in your config directory, for example
my_config.ymland populate it with the options you require per environment:Then create a file called
load_config.rbin your config/initializers directory with this in it:Then you can use those settings in your applications like so: