Rename the env variables

This commit is contained in:
Tri Tran
2017-10-30 09:43:20 +07:00
parent 49e2812f9d
commit 62af845e3d
2 changed files with 4 additions and 4 deletions

View File

@@ -2,5 +2,5 @@ aws:
version: latest
region: us-east-1
credentials:
key: "%env(AWS_CREDENTIAL_KEY)%"
secret: "%env(AWS_CREDENTIAL_SECRET)%"
key: "%env(AWS_KEY)%"
secret: "%env(AWS_SECRET)%"

View File

@@ -6,7 +6,7 @@
"config/": "%CONFIG_DIR%/"
},
"env": {
"AWS_CREDENTIAL_KEY": "not-a-real-key",
"AWS_CREDENTIAL_SECRET": "@@not-a-real-secret"
"AWS_KEY": "not-a-real-key",
"AWS_SECRET": "@@not-a-real-secret"
}
}