Cachet/Homestead.yaml
2015-07-08 17:02:52 -05:00

41 lines
575 B
YAML

---
ip: "192.168.10.10"
memory: 2048
cpus: 1
hostname: cachet
name: cachet
provider: virtualbox
authorize: ~/.ssh/id_rsa.pub
keys:
- ~/.ssh/id_rsa
folders:
- map: "/srv/www/Cachet"
to: "/home/vagrant/Cachet"
sites:
- map: homestead.app
to: "/home/vagrant/Cachet/public"
databases:
- cachet
variables:
- key: APP_ENV
value: local
# blackfire:
# - id: foo
# token: bar
# client-id: foo
# client-token: bar
# ports:
# - send: 93000
# to: 9300
# - send: 7777
# to: 777
# protocol: udp