Guest User

Untitled

a guest
Mar 21st, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. grails {
  2. mongo {
  3. host="localhost"
  4. port=27017
  5. databaseName="test"
  6. }
  7. }
  8.  
  9. grails {
  10. mongo {
  11. url="mongodb://localhost/test"
  12. }
  13. }
Add Comment
Please, Sign In to add comment