31 lines
455 B
YAML
31 lines
455 B
YAML
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}}"
|
|
bundled: false
|
|
extensions:
|
|
bruno:
|
|
ignore:
|
|
- node_modules
|
|
- .git
|
|
presets:
|
|
request:
|
|
type: http
|
|
url: http://localhost:3000/api/
|