42 lines
782 B
YAML
42 lines
782 B
YAML
#file: noinspection SpellCheckingInspection,SpellCheckingInspection,SpellCheckingInspection,SpellCheckingInspection
|
|
opencollection: 1.0.0
|
|
|
|
info:
|
|
name: BGApp
|
|
config:
|
|
proxy:
|
|
inherit: true
|
|
config:
|
|
protocol: http
|
|
hostname: ""
|
|
port: ""
|
|
auth:
|
|
username: ""
|
|
password: ""
|
|
bypassProxy: ""
|
|
|
|
request:
|
|
auth:
|
|
type: bearer
|
|
token: "{{BEARER_TOKEN}}"
|
|
actions:
|
|
- type: set-variable
|
|
phase: after-response
|
|
selector:
|
|
expression: ${token}
|
|
method: jsonq
|
|
variable:
|
|
name: Token
|
|
scope: runtime
|
|
disabled: true
|
|
bundled: false
|
|
extensions:
|
|
bruno:
|
|
ignore:
|
|
- node_modules
|
|
- .git
|
|
presets:
|
|
request:
|
|
type: http
|
|
url: http://localhost:3000/api/
|