mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-03-24 00:32:17 +01:00
Rename the env variables
This commit is contained in:
@@ -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)%"
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user