-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.json
59 lines (58 loc) · 1.33 KB
/
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
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"subnets":2,
"subnets_ip_address_start":"10.0.0.0",
"start_port":8000,
"dns":"your-domain.org",
"1":{
"MYSQL_USER": "db_user",
"MYSQL_PASS": "db_pass",
"MYSQL_ROOT_PASS": "admin",
"MYSQL_DB_NAME": "wordpress",
"WORDPRESS_VERSION": "latest",
"WORDPRESS_DB_USER": "db_user",
"WORDPRESS_DB_PASS": "db_pass",
"WORDPRESS_DB_NAME": "wordpress",
"WORDPRESS_ADMIN": "wp-admin",
"WORDPRESS_ADMIN_PSW": "MyStr0ngP4ss",
"WORDPRESS_MAIL": "unito.admin@mail.com",
"title":"Unito Informatica",
"plugin":[
{
"name":"forminator",
"version":"1.28.0"
}
],
"theme":[
{
"name":"hello-elementor",
"version":"2.9.0"
}
]
},
"2":{
"MYSQL_USER": "db_user",
"MYSQL_PASS": "db_pass",
"MYSQL_ROOT_PASS": "admin",
"MYSQL_DB_NAME": "wordpress",
"WORDPRESS_VERSION": "latest",
"WORDPRESS_DB_USER": "db_user",
"WORDPRESS_DB_PASS": "db_pass",
"WORDPRESS_DB_NAME": "wordpress",
"WORDPRESS_ADMIN": "wp-admin",
"WORDPRESS_ADMIN_PSW": "MyStr0ngP4ss",
"WORDPRESS_MAIL": "unito.admin@mail.com",
"title":"Unito Medicina",
"plugin":[
{
"name":"social-share-buttons-lite",
"version":"1.0.9"
}
],
"theme":[
{
"name":"oceanwp",
"version":"3.5.3"
}
]
}
}