1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-01-19 15:17:16 +01:00
php-phpbb/vagrant/bootstrap.yaml
2016-04-28 08:36:49 -07:00

41 lines
551 B
YAML

---
ip: "192.168.10.10"
memory: 2048
cpus: 1
hostname: phpbb
name: phpbb
provider: virtualbox
authorize: ~/.ssh/id_rsa.pub
keys:
- ~/.ssh/id_rsa
folders:
- map: "."
to: "/home/vagrant/phpbb"
sites:
- map: phpbb.app
to: "/home/vagrant/phpbb/phpBB"
databases:
- phpbb
variables:
- key: APP_ENV
value: local
# blackfire:
# - id: foo
# token: bar
# client-id: foo
# client-token: bar
# ports:
# - send: 50000
# to: 5000
# - send: 7777
# to: 777
# protocol: udp