bruno/packages/bruno-tests/collection/environments/Prod.bru

9 lines
200 B
Plaintext
Raw Normal View History

2024-01-29 09:04:55 +01:00
vars {
host: https://testbench-sanity.usebruno.com
bearer_auth_token: your_secret_token
basic_auth_password: della
2024-01-29 13:12:27 +01:00
env.var1: envVar1
env-var2: envVar2
bark: {{process.env.PROC_ENV_VAR}}
2024-01-29 09:04:55 +01:00
}