From ea4ef031240d3e55f159744e2a877ec3083b66fe Mon Sep 17 00:00:00 2001 From: Zachary Carter Date: Mon, 27 May 2013 15:21:12 -0700 Subject: [PATCH] load aws.json config --- .awsbox.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.awsbox.json b/.awsbox.json index 2b7c6a16..8842610e 100644 --- a/.awsbox.json +++ b/.awsbox.json @@ -4,7 +4,7 @@ "index.js" ], "env": { - "CONFIG_FILES": "$HOME/config.json" + "CONFIG_FILES": "$HOME/code/config/aws.json,$HOME/config.json" }, "remote_hooks": { "postcreate": "scripts/aws/post_create.sh"