Advertisement
Guest User

easme

a guest
Jan 16th, 2018
143
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 KB | None | 0 0
  1. # Database connection
  2.  
  3. db.name = ${project.id}
  4.  
  5. db.host = 127.0.0.1
  6.  
  7. # Project configuration
  8.  
  9. project.url.base = path-to-your-local-site-here
  10.  
  11. share.path = /tmp/cache
  12.  
  13. # PHPCS configuration
  14.  
  15. phpcs.reports = full
  16.  
  17. # Behat configuration
  18.  
  19. behat.base_url = ${project.url.base}
  20.  
  21. behat.formatter.name = pretty
  22.  
  23. # Database download settings.
  24.  
  25. # ---------------------------
  26.  
  27. db.dl.dir = fpfis/files-for/automate_dumps
  28.  
  29. db.dl.host = webgate.ec.europa.eu
  30.  
  31. db.dl.url = ${db.dl.host}/${db.dl.dir}/${project.id}/
  32.  
  33. db.dl.password = asda-pass-here
  34.  
  35. db.dl.username = asda-username-here
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement