Development versus Production Rails Environments

#1
OK so I'm new to litespeed.

I have the server set to 'Development' for the rails environment.

However it is trying to access the Production environment instead, which I know because it tries to access the app_production database not the app_development database.

database.yml is correct in the rails app.

Any ideas?

Thanks
 
Top