Rails creates a configdefault directory containing a lot of configuration information for your application, including database and environment information. I think a logical first place to consider.
The second choice is a directory appthat contains all the models, views, and controllers for the application, but I think this directory contains executable code and its templates, so I would go with configthat, personal.
source
share