-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathconfig.test.yml
More file actions
32 lines (30 loc) Β· 972 Bytes
/
Copy pathconfig.test.yml
File metadata and controls
32 lines (30 loc) Β· 972 Bytes
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
# This is a config file for the insomnia - endpoints & their properties
insomnia:
target-group:
- label: "network"
targets:
- endpoint:
url: "https://fast.com"
interval: 1 # only whole numbers for v1
unit: "m" # - in s, m, h ( default - m ) - only fixed values allowed on the cli
- endpoint:
url: "https://whatismyipaddress.com"
interval: 1
unit: "m"
- label: "utility"
targets:
- endpoint:
url: "https://www.youtube.com/"
interval: 2
unit: "m"
- endpoint:
url: "https://www.google.com/"
interval: 2
unit: "m"
- label: "ai"
targets:
- endpoint:
url: "https://chatgpt.com/"
interval: 3
unit: "m"
# global-setting: ( planning to add this later )