Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions variables/environment-variables.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ Environment variables are variables that are scoped to an environment, such as l
3. Add your variable name and value for the specific environment.
4. Save your changes.

<Warning>
Variable names can only contain letters, numbers, underscores (`_`), hyphens (`-`), and dots (`.`). Names with spaces or special characters are not allowed and will be rejected on save.
</Warning>

![No-Environment](/images/screenshots/variables/collection-environment.webp)

## Using an Environment Variable
Expand Down
4 changes: 4 additions & 0 deletions variables/global-environment-variables.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,10 @@

6. Click **Save**.

<Warning>
Variable names can only contain letters, numbers, underscores (`_`), hyphens (`-`), and dots (`.`). Names with spaces or special characters are not allowed and will be rejected on save.
</Warning>

Your global environment variable is now created and can be accessed across your workspace.

<Warning>
Expand Down Expand Up @@ -96,7 +100,7 @@

If you have existing global environments in Bruno 2.x:

1. **Default Workspace** - Bruno will migrate your existing global environments to the Default Workspace's `environments/` folder

Check warning on line 103 in variables/global-environment-variables.mdx

View check run for this annotation

Mintlify / Mintlify Validation (bruno-a6972042) - vale-spellcheck

variables/global-environment-variables.mdx#L103

Did you really mean 'Workspace's'?
2. **Custom Workspaces** - You will need to manually recreate or import global environments for any new custom workspaces you create
3. **Export/Import** - You can export environments from one workspace and import them into another

Expand Down