Advertisement
Guest User

Untitled

a guest
Jun 20th, 2016
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. {:profiles/dev
  2. {:env {:database-url
  3. "jdbc:postgresql://localhost/project?user=$USER&password=$PASS"}}
  4. :profiles/test
  5. {:env {:database-url
  6. "jdbc:postgresql://localhost/project_test?user=$USER&password=$PASS"}}}
  7.  
  8. :flyway {:url ~(get-in profile-map [:profiles/dev :env :database-url])}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement