Advertisement
Guest User

Untitled

a guest
Oct 4th, 2016
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. heroku config:set DATABASE_URL="mysql2://meuusuariodobaco:minhasenha@link_para_o_banco_de_dados?reconnect=true"
  2.  
  3. 2016-10-03T16:53:38.782809+00:00 heroku[router]: at=error code=H12
  4. desc="Request timeout" method=GET path="/favicon.ico"
  5. host=bsbmusical.herokuapp.com request_id=78eae28a-04a9-4680-a49c-22e709c9dd18
  6. fwd="189.6.126.19" dyno=web.1 connect=1ms service=30000ms status=503 bytes=0
  7.  
  8. production:
  9. <<: *default
  10. adapter: mysql2
  11. encoding: utf8
  12. pool: 5
  13. username: meuUsuario
  14. password: minhaSenha
  15. host: meuHost
  16. port: portaDoBanco
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement