Skip to content

Commit 6f4af1e

Browse files
authored
chore: default infisical env is now "test" (#1012)
<!-- ELLIPSIS_HIDDEN --> > [!IMPORTANT] > Set `defaultEnvironment` to "test" in `.infisical.json`. > > - **Configuration**: > - Update `defaultEnvironment` in `.infisical.json` to "test". > > <sup>This description was created by </sup>[<img alt="Ellipsis" src="https://img.shields.io/badge/Ellipsis-blue?color=175173">](https://www.ellipsis.dev?ref=BoundaryML%2Fbaml&utm_source=github&utm_medium=referral)<sup> for 564b84e. It will automatically update as commits are pushed.</sup> <!-- ELLIPSIS_HIDDEN -->
1 parent fe9dde4 commit 6f4af1e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.infisical.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"workspaceId": "63f942680b94e4248e89eb42",
3-
"defaultEnvironment": "",
3+
"defaultEnvironment": "test",
44
"gitBranchToEnvironmentMapping": null
5-
}
5+
}

0 commit comments

Comments
 (0)