Advertisement
Guest User

Untitled

a guest
Apr 3rd, 2017
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.01 KB | None | 0 0
  1. # Database settings.
  2. drupal.db.name = eeas_dev
  3. drupal.db.user = root
  4. drupal.db.password = ...
  5.  
  6. # Admin user.
  7. drupal.admin.username = admin
  8. drupal.admin.password = password123
  9.  
  10. # The base URL to use in Behat tests.
  11. behat.base_url = http://eeas-dev.localhost/
  12.  
  13. # The location of the Composer executable.
  14. composer.bin = /usr/local/bin/composer
  15.  
  16. # Debugging and development configuration
  17. # ---------------------------------------
  18.  
  19. # Verbosity of drush commands. Set to TRUE to be verbose.
  20. drush.verbose = TRUE
  21.  
  22. # Verbosity of PHP Codesniffer. Set to 0 for standard output, 1 for progress
  23. # report, 2 for debugging info.
  24. phpcs.verbose =
  25.  
  26. # Development / testing modules to download.
  27. development.modules.download = devel maillog search_krumo
  28.  
  29. # Development / testing modules to enable.
  30. development.modules.enable = devel search_krumo field_ui context_ui rules_admin ds_ui views_ui video_ui query_coder
  31.  
  32. # The location where development modules will be installed.
  33. development.modules.location = development
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement