Created
April 30, 2013 16:12
-
-
Save manarth/5489742 to your computer and use it in GitHub Desktop.
Example SMB config for vagrant.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[srv] | |
comment = Development | |
path = /srv | |
browseable = yes | |
read only = no | |
guest ok = yes | |
force user = vagrant | |
force group = vagrant |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment