-
Notifications
You must be signed in to change notification settings - Fork 1
/
config.json
46 lines (46 loc) · 872 Bytes
/
config.json
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
37
38
39
40
41
42
43
44
45
46
{
"ip": "192.168.44.44",
"memory": "2560",
"synced_folder": {
"host_path": "data/",
"guest_path": "/var/www",
"use_nfs": false
},
"php": {
"version": false
},
"mysql": {
"server_root_password": "root"
},
"sites": {
"drupal7": {
"account_name": "root",
"account_pass": "root",
"account_mail": "[email protected]",
"site_name": "Drupal 7",
"site_mail": "[email protected]"
},
"drupal8": {
"account_name": "root",
"account_pass": "root",
"account_mail": "[email protected]",
"site_name": "Drupal 8",
"site_mail": "[email protected]"
}
},
"git": {
"user": {
"name": "Example User",
"email": "[email protected]"
},
"core": {
"editor": "vi"
},
"color": {
"ui": true
}
},
"custom_roles": [
"vdd_example"
]
}