kibana/.devcontainer/.env.template
Brad White b13095a1ab
[8.16] Sync devcontainer with main (#202857)
## Summary

When switching branches in the devcontainer, if the configuration is
different from the previous branch or missing entirely, the container
can easily get in a bad state or trigger rebuilds. We want the
devcontainer to be seamless between branches.
2024-12-03 17:11:11 -08:00

5 lines
225 B
Text

# /bin/bash or /bin/zsh (oh-my-zsh is installed by default as well)
SHELL=/bin/bash
# Switch to 1 to enable FIPS environment, any other value to disable,
# then close and reopen a new terminal to setup the environment
FIPS=0