Advertisement
Guest User

Untitled

a guest
Oct 22nd, 2014
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  1. {
  2. "extends": "dev",
  3. "config":
  4. {
  5. "plugin":
  6. {
  7. "Db":
  8. {
  9. "connections":
  10. {
  11. "nutsnbolts":
  12. {
  13. "handler": "MySQL",
  14. "username": "root",
  15. "password": "p@ssw0rd",
  16. "host": "localhost",
  17. "port": "3306",
  18. "database": "lessdoing"
  19. }
  20. }
  21.  
  22. },
  23. "FileSystem":
  24. {
  25. "collectionsDir": "/datastore/www-data/lessdoinguniversity.dev.lan/"
  26. },
  27. "Plupload":
  28. {
  29. "temporary_dir": "/tmp/",
  30. "completed_dir": "/datastore/www-data/lessdoinguniversity.dev.lan/"
  31. }
  32. }
  33. }
  34. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement