Default Environment is Prod, which is a problem
Open
- Dominant language
- PowerShell
- Stars
- 22k
- Forks
- 4.9k
- Avg merge
- 5d 5h
- Merged PRs (30d)
- 29
Description
# Issue Title
Default Environment is Prod, which is a problem
# General
version: 3.1
Currently if no Environment Variable is set the default environment is prod, which is an issue. If we accidentally don't pass an environment variable because of some bug, then it would start connecting to production connections. Even worse it could migrate data or write to its databases.
It might be best if it also threw an error if the variable was not set.
Contributor guide
Assessment
This issue has not been assessed yet.