13 lines
133 B
Plaintext
13 lines
133 B
Plaintext
|
auth {
|
||
|
mode: basic
|
||
|
}
|
||
|
|
||
|
auth:basic {
|
||
|
username: test
|
||
|
password: test
|
||
|
}
|
||
|
|
||
|
vars:pre-request {
|
||
|
base_url: http://localhost:8080/api
|
||
|
}
|