Guest User

Untitled

a guest
Jul 23rd, 2018
354
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.23 KB | None | 0 0
  1. {
  2. "mysql": { "server_debian_password": "password", "server_root_password": "password", "server_repl_password": "password", "bind_address": "localhost" },
  3. "rvm": { "default_ruby": "ree-1.8.7-2011.03", "rvmrc": { "rvm_trust_rvmrcs_flag": 1 } },
  4. "activemq": { "memory": "50M" },
  5. "gitorious": {
  6. "git": {
  7. "url": "git://gitorious.org/~rosenfeld/gitorious/rosenfeld-gitorious.git",
  8. "reference": "bundler"
  9. },
  10. "db": {
  11. "user": "gitorious",
  12. "host": "localhost",
  13. "database": "gitorious",
  14. "password": "gitorious"
  15. },
  16. "hide_http_clone_urls": "false",
  17. "locale": "pt-BR",
  18. "web_server": "nginx",
  19. "support_email": "username@gmail.com",
  20. "notification_emails": "username@gmail.com",
  21. "public_mode": "false",
  22. "only_admins_create": "false",
  23. "admin": {
  24. "email": "username@gmail.com",
  25. "password": "admin"
  26. },
  27. "mailer": { "delivery_method": "smtp" },
  28. "smtp": {
  29. "tls": "true",
  30. "address": "smtp.gmail.com",
  31. "port": "587",
  32. "domain": "",
  33. "authentication": "plain",
  34. "username": "username@gmail.com",
  35. "password": "password"
  36. }
  37. },
  38. "run_list": [ "recipe[vim]", "recipe[custom_environment]", "recipe[gitorious]" ]
  39. }
Add Comment
Please, Sign In to add comment