Advertisement
Guest User

Untitled

a guest
May 20th, 2015
249
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.00 KB | None | 0 0
  1. {
  2. "vagrant": {
  3. "url": "wordpress.local",
  4.  
  5. "user": "vagrant",
  6. "group": "vagrant",
  7. "hosts": ["127.0.0.1:2222"],
  8. "public_dir": "/home/vagrant/public_www/",
  9. "wpworkflow_dir": "/home/vagrant/wordpress-workflow/",
  10. "command_prefixes": [],
  11.  
  12. "title": "wordpress workflow",
  13. "admin_user": "admin",
  14. "admin_password": "password",
  15. "admin_email": "changeme@changeme.com",
  16. "dbname": "wordpress_workflow",
  17. "dbuser": "root",
  18. "dbpassword": "password",
  19. "dbhost": "localhost"
  20. },
  21. "staging": {
  22. "url": "pfchangspr.vincoorbisdev.com",
  23. "user": "pfchangspr",
  24. "group": "www-data",
  25. "hosts": ["pfchangspr.vincoorbisdev.com"],
  26. "public_dir": "/var/www/vhosts/pfchangspr.vincoorbisdev.com/public/",
  27. "wpworkflow_dir":"/var/www/vhosts/pfchangspr.vincoorbisdev.com/wpworkflow/",
  28. "command_prefixes": [
  29. "/var/www/vhosts/pfchangspr.vincoorbisdev.com/env/wp-cli/bin/activate"
  30. ],
  31. "title": "P.F. Changs",
  32. "admin_user": "admin",
  33. "admin_password": "password",
  34. "admin_email": "luis.fernando@manoderecha.mx",
  35. "dbname": "pfchangspr",
  36. "dbuser": "pfchangspr",
  37. "dbpassword": "t4Ju@ApraH*j=Dre",
  38. "dbhost": "localhost"
  39. },
  40. "test": {
  41. "url": "test.pfchangspr.com",
  42. "user": "testpfchangspr",
  43. "group": "apache",
  44. "hosts": ["pfchangspr.com"],
  45. "public_dir": "/var/www/vhosts/test.pfchangspr.com/public/",
  46. "wpworkflow_dir":"/var/www/vhosts/test.pfchangspr.com/wpworkflow/",
  47. "command_prefixes": [
  48. "/var/www/vhosts/test.pfchangspr.com/env/wp-cli/bin/activate"
  49. ],
  50. "title": "P.F. Chang's",
  51. "admin_user": "admin",
  52. "admin_password": "serj030",
  53. "admin_email": "admin@email.com",
  54. "dbname": "testpfchangspr",
  55. "dbuser": "testpfchangspr",
  56. "dbpassword": "#8Ake2rAswAyEsT$",
  57. "dbhost": "localhost"
  58. }
  59. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement