crates/server/k8s/environments/production.sh 🔗
@@ -0,0 +1 @@
+ZED_ENVIRONMENT=production
Nathan Sobo and Max Brunsfeld created
We have the ability to define environment-specific environment variables, but don't current need it. This keeps these files in place while avoiding noise from running `export` with no args due to the files being empty.
Co-Authored-By: Max Brunsfeld <maxbrunsfeld@gmail.com>
crates/server/k8s/environments/production.sh | 1 +
crates/server/k8s/environments/staging.sh | 1 +
2 files changed, 2 insertions(+)
@@ -0,0 +1 @@
+ZED_ENVIRONMENT=production
@@ -0,0 +1 @@
+ZED_ENVIRONMENT=staging