Skip to content
QASignoff

Documentation

Environments & variables

Switch base URLs and secrets with {{variables}} across environments.

Environments & variables

Environments store values you reuse across requests — base URLs, tokens, fixtures — and inject them with

{{name}}
syntax.

Environments page

Select an environment

  1. Click the globe control in the top bar.
  2. Pick an environment (for docs: httpbingo).

Switcher

If you see None, variables like

{{baseUrl}}
will not resolve.

Create or edit

  1. Open the switcher → Configure environments.
  2. Click Create environment (or select an existing one).
  3. Add keys such as
    baseUrl
    ,
    bearerToken
    ,
    basicUser
    .
  4. Close the page — changes save with your workspace.

Starter Guide environment

The httpbingo env file includes:

VariableExample
baseUrl
https://httpbingo.org
suiteName
signoff-starter
bearerToken
demo token
basicUser
/
basicPass
basic-auth fixtures
apiKeyName
/
apiKeyValue
API-key fixtures

Where variables work

Use

{{variable}}
in:

  • URL
  • Params / headers / body
  • Auth fields

Quick browser check

Need a staging vs prod

.env
check without opening the desktop app? Use Env Diff on qasignoff.com. Comparison runs in the browser; nothing is stored.

Next

Need something else? See the FAQ. Questions: [email protected]. Bugs: [email protected].