Advertisement
Guest User

Untitled

a guest
May 25th, 2016
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. export mongodb_username="abc"
  2. export mongodb_password="cde"
  3.  
  4. >> printenv mongodb_username
  5. => abc
  6. >> printenv mongodb_password
  7. => cde
  8.  
  9. >> ENV['mongodb_password']
  10. => nil
  11. >> ENV['mongodb_username']
  12. => nil
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement