Guest User

Untitled

a guest
Mar 2nd, 2015
196
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.73 KB | None | 0 0
  1. "vdd": {
  2. "sites": {
  3. "drupal8": {
  4. "account_name": "root",
  5. "account_pass": "root",
  6. "account_mail": "[email protected]",
  7. "site_name": "Drupal 8",
  8. "site_mail": "[email protected]",
  9. "vhost": {
  10. "document_root": "drupal8",
  11. "url": "drupal8.dev",
  12. "alias": ["www.drupal8.dev"]
  13. }
  14. },
  15. "drupal7": {
  16. "account_name": "root",
  17. "account_pass": "root",
  18. "account_mail": "[email protected]",
  19. "site_name": "Drupal 7",
  20. "site_mail": "[email protected]",
  21. "vhost": {
  22. "document_root": "drupal7",
  23. "url": "drupal7.dev",
  24. "alias": ["www.drupal7.dev"]
  25. }
  26. }
  27. }
  28. }
Advertisement
Add Comment
Please, Sign In to add comment