-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsettings.yml
36 lines (36 loc) · 836 Bytes
/
settings.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
web1:
hostname: 'web1.myproject.dev'
ip: '20.20.20.10'
box: 'precise64'
url: 'http://files.vagrantup.com/precise64.box'
forwards:
http:
from: 80
to: 8080
mysql:
from: 3306
to: 3306
xdebug:
from: 9000
to: 9000
memcached:
from: 11211
to: 11211
livereload:
from: 35729
to: 35729
share_folders:
projects:
host_path: './shares/projects'
guest_path: '/home/vagrant/projects'
logs:
host_path: './shares/www_logs'
guest_path: '/home/vagrant/www_logs'
db_dump:
host_path: './shares/db_dumps'
guest_path: '/home/vagrant/db_dumps/'
host_aliases: 'myproject.dev www.myproject.dev mysql.myproject.dev phpmyadmin.myproject.dev'
ram: 1024
timezone: 'Asia/Seoul'
provisioner: 'salt'
salt_verbose: true