mirror of
https://github.com/usebruno/bruno.git
synced 2024-12-23 23:29:47 +01:00
23 lines
291 B
Plaintext
23 lines
291 B
Plaintext
|
headers {
|
||
|
check: again
|
||
|
}
|
||
|
|
||
|
auth {
|
||
|
mode: none
|
||
|
}
|
||
|
|
||
|
auth:basic {
|
||
|
username: bruno
|
||
|
password: {{basicAuthPassword}}
|
||
|
}
|
||
|
|
||
|
auth:bearer {
|
||
|
token: {{bearerAuthToken}}
|
||
|
}
|
||
|
|
||
|
docs {
|
||
|
# bruno-testbench 🐶
|
||
|
|
||
|
This is a test collection that I am using to test various functionalities around bruno
|
||
|
}
|