Advertisement
Guest User

Untitled

a guest
Dec 11th, 2016
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. Exception RuntimeError in Rack application object (Missing `secret_key_base` for 'production' environment, set this value in `config/secrets.yml`)
  2.  
  3. production:
  4. adapter: postgresql
  5. database: myappname_production
  6. username: deploy
  7. password: mypassword
  8.  
  9. production:
  10. secret_key_base: e0f6563b486e81d04ec9341854a26b8342a61675df8f3*********
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement