From 2536bbad7502c3e118aa51e056a49043658488b1 Mon Sep 17 00:00:00 2001 From: John Ryan Date: Mon, 12 Aug 2019 15:31:49 -0700 Subject: [PATCH] add support for custom env vars --- config/custom-environment-variables.yaml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 config/custom-environment-variables.yaml diff --git a/config/custom-environment-variables.yaml b/config/custom-environment-variables.yaml new file mode 100644 index 00000000..d4fa9e50 --- /dev/null +++ b/config/custom-environment-variables.yaml @@ -0,0 +1,6 @@ +server: + port: PORT + +s3: + region: AWS_REGION + bucket: STORAGE_BUCKET