Advertisement
Guest User

Untitled

a guest
Mar 14th, 2017
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. user=> a
  2. {:dev {:env {:database-url "jdbc:postgresql://localhost/dev"}},
  3. :test {:env {:database-url "jdbc:postgresql://localhost/test"}}}
  4. user=> (:dev a)
  5. {:env {:database-url "jdbc:postgresql://localhost/dev"}}
  6. user=> (:env (:dev a))
  7. {:database-url "jdbc:postgresql://localhost/dev"}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement