reasoncorp / dossier

Ruby-based report generation/presentation Rails engine.
MIT License
385 stars 79 forks source link

Connection not working on production #45

Closed jgadbois closed 10 years ago

jgadbois commented 10 years ago

Reports are working fine in development but in production, I get the following error:

ActionView::Template::Error: could not connect to server: Connection refused
Is the server running on host "localhost" (127.0.0.1) and accepting
TCP/IP connections on port 5432?

Any reason why this might be?