Guest User

Untitled

a guest
Feb 9th, 2016
30
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.84 KB | None | 0 0
  1. Drupal configuration
  2. # --------------------
  3.  
  4. # Database settings.
  5. drupal.db.name = newsroom_bd
  6. drupal.db.user = devel
  7. drupal.db.password = devel
  8.  
  9. # Admin user.
  10. drupal.admin.username = admin
  11. drupal.admin.password = pass
  12. drupal.admin.email = ${drupal.admin.username}@example.com
  13. subsite.install.modules = newsroom_core
  14.  
  15.  
  16. behat.base_url = http://192.168.56.36/newsroom
  17.  
  18. # The location of the Composer executable.
  19. composer.bin = /usr/local/bin/composer
  20.  
  21. # Verbosity of drush commands. Set to TRUE to be verbose.
  22. drush.verbose = TRUE
  23.  
  24. # Verbosity of PHP Codesniffer. Set to 0 for standard output, 1 for progress
  25. # report, 2 for debugging info.
  26. phpcs.verbose = 2
  27.  
  28. # Set verbosity for Behat tests. 0 is completely silent, 1 is normal output, 2
  29. # shows exception backtraces, 3 shows debugging information.
  30. behat.options.verbosity = 3
Add Comment
Please, Sign In to add comment