add: AWS_S3_ACL to app.json
This commit is contained in:
5
app.json
5
app.json
@@ -112,6 +112,11 @@
|
|||||||
"description": "Region in which the above S3 bucket exists",
|
"description": "Region in which the above S3 bucket exists",
|
||||||
"required": false
|
"required": false
|
||||||
},
|
},
|
||||||
|
"AWS_S3_ACL": {
|
||||||
|
"value": "private",
|
||||||
|
"description": "S3 canned ACL for document attachments",
|
||||||
|
"required": false
|
||||||
|
},
|
||||||
"SMTP_HOST": {
|
"SMTP_HOST": {
|
||||||
"description": "smtp.example.com (optional)",
|
"description": "smtp.example.com (optional)",
|
||||||
"required": false
|
"required": false
|
||||||
|
|||||||
Reference in New Issue
Block a user