Changing some bruno env variables
All checks were successful
sample gradle build and test / build (pull_request) Successful in 1m45s
All checks were successful
sample gradle build and test / build (pull_request) Successful in 1m45s
This commit is contained in:
parent
87f779450d
commit
8bc84a3202
@ -5,7 +5,7 @@ meta {
|
|||||||
}
|
}
|
||||||
|
|
||||||
get {
|
get {
|
||||||
url: {{base_url}}cloudflare/tunnels
|
url: {{base_url}}/cloudflare/tunnels
|
||||||
body: none
|
body: none
|
||||||
auth: none
|
auth: none
|
||||||
}
|
}
|
||||||
|
|||||||
@ -5,7 +5,7 @@ meta {
|
|||||||
}
|
}
|
||||||
|
|
||||||
get {
|
get {
|
||||||
url: {{base_url}}cloudflare/tunnel/{{tunnel_id}}
|
url: {{base_url}}/cloudflare/tunnel/{{tunnel_id}}
|
||||||
body: none
|
body: none
|
||||||
auth: none
|
auth: none
|
||||||
}
|
}
|
||||||
|
|||||||
@ -5,7 +5,7 @@ meta {
|
|||||||
}
|
}
|
||||||
|
|
||||||
put {
|
put {
|
||||||
url: {{base_url}}cloudflare/tunnel/{{tunnel_id}}/add
|
url: {{base_url}}/cloudflare/tunnel/{{tunnel_id}}/add
|
||||||
body: json
|
body: json
|
||||||
auth: none
|
auth: none
|
||||||
}
|
}
|
||||||
|
|||||||
@ -5,7 +5,7 @@ meta {
|
|||||||
}
|
}
|
||||||
|
|
||||||
put {
|
put {
|
||||||
url: {{base_url}}cloudflare/tunnel/{{tunnel_id}}/delete
|
url: {{base_url}}/cloudflare/tunnel/{{tunnel_id}}/delete
|
||||||
body: json
|
body: json
|
||||||
auth: none
|
auth: none
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
vars {
|
vars {
|
||||||
tunnel_id: 50df9101-f625-4618-b7c5-100338a57124
|
tunnel_id: 50df9101-f625-4618-b7c5-100338a57124
|
||||||
base_url: http://localhost:8080/
|
base_url: http://localhost:8080
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
vars {
|
vars {
|
||||||
tunnel_id: 50df9101-f625-4618-b7c5-100338a57124
|
tunnel_id: 50df9101-f625-4618-b7c5-100338a57124
|
||||||
base_url: https://testcf.hithomelabs.com/
|
base_url: https://testcf.hithomelabs.com
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user