Skip to content

Commit b9ac1d6

Browse files
committed
docs(heroku): Make AWS_ENDPOINT not a required env var
1 parent eff8cc5 commit b9ac1d6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,9 @@
5050
"required": false
5151
},
5252
"AWS_ENDPOINT": {
53-
"description": "If you are using an S3-compliant storage provider, specify its custom endpoint here. Otherwise leave blank.",
53+
"description": "If you are using an S3-compliant storage provider other than Amazon S3, specify its custom endpoint here. Otherwise leave blank.",
5454
"value": "",
55-
"required": true
55+
"required": false
5656
},
5757
"ROLLBAR_ACCESS_TOKEN": {
5858
"description": "Rollbar access token for code exception reporting",

0 commit comments

Comments
 (0)