mirror of
https://github.com/usebruno/bruno.git
synced 2024-11-22 07:53:34 +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
|
|
}
|