-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathcypress.env.json.example
44 lines (44 loc) · 1.1 KB
/
cypress.env.json.example
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
{
"NODE_ENV": "production",
"username": "admin",
"password": "admin",
"mockPassword": "mockPassword",
"baseUrl": "https://online-server",
"rancherUrl": "https://rancher-server",
"rancherUser": "admin",
"rancherPassword": "admin",
"rancherBootstrapPassword": "admin",
"host": [
{
"name": "",
"customName": "",
"disks": [
{
"name": "",
"devPath": ""
}
],
"witnessNode": false
}
],
"largeImage": {
"name": "openSUSE-Leap-15.3-3-DVD-x86_64-Build38.1-Media.iso",
"url": "https://mirrors.bfsu.edu.cn/opensuse/distribution/leap/15.3/iso/openSUSE-Leap-15.3-3-DVD-x86_64-Build38.1-Media.iso"
},
"image": {
"name": "cirros-0.5.2-aarch64-disk.img",
"url": "https://github.com/cirros-dev/cirros/releases/download/0.5.2/cirros-0.5.2-aarch64-disk.img"
},
"vlans": [
{
"nic": "ens7",
"vlan": 100
},
{
"nic": "ens8",
"vlan": 104
}
],
"sshKey": "ssh-rsa GgVY6KnKpJqrBd/BGuUoHhh/C3CXhDojb1G1Td6hktaUwH+Q== username@email.com",
"privateKeyPath": "/Users/username/.ssh/id_rsa"
}