Turn off environment variable copying
Anonymous
4 years ago
Right now, every new PR environment inherits the environment variables from production. This breaks setups which use certain production-only variables (such as special database connection strings) that aren't safe in preview environments. I propose adding an option to every variable to restrict/disable copying it to other environments.
0 Replies