# VM Box Settings ip: “192.168.10.12” memory: 2048 cpus: 1 monitors: 1
# Public Key For SSH Access authorize: ~/.ssh/id_rsa.pub
# SSH Private Keys For The Box keys:
- ~/.ssh/id_rsa
# Folders You Wish To Share With The Box folders:
- map: ~/Workspace to: /home/vagrant/Workspace
# GUI mode # desktop: true
# Server Environment Variables For The Box # variables: # - key: APP_ENV # value: local
# Forward Additional Ports To The Box # ports: # - send: 50000 # to: 5000 # - send: 7777 # to: 777 # protocol: udp
# Configure The Box Behind A Proxy # proxies: # - http: proxy.net:80 # https: proxy.net:80