Guest User

Untitled

a guest
Oct 4th, 2016
30
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 KB | None | 0 0
  1. cfg:
  2. vb:
  3. memory: "2048"
  4. host_port: '80'
  5. private_network: "172.31.21.254"
  6. synced_folder:
  7. source: ./dev-d8
  8. target: /home/vagrant/builtinx
  9. sync_type: nfs
  10. smb:
  11. smb_host: ''
  12. smb_username: ''
  13. smb_password: ''
  14. mount_options:
  15. dir_mode: '0775'
  16. file_mode: '0664'
  17. rsync:
  18. args:
  19. - '--verbose'
  20. - '--archive'
  21. - '-z'
  22. exclude:
  23. - .vagrant/
  24. - .git/
  25. auto: 'true'
  26. owner: www-data
  27. group: www-data
Add Comment
Please, Sign In to add comment