Update app.json (#279)

This commit is contained in:
adityabotsex 2023-08-12 20:16:29 +05:30 committed by GitHub
parent 276729049e
commit 2d05e2c8fb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -29,7 +29,7 @@
"formation": { "formation": {
"worker": { "worker": {
"quantity": 1, "quantity": 1,
"size": "free" "size": "eco"
} }
}, },
"buildpacks": [ "buildpacks": [
@ -40,4 +40,4 @@
"url": "https://github.com/jonathanong/heroku-buildpack-ffmpeg-latest.git" "url": "https://github.com/jonathanong/heroku-buildpack-ffmpeg-latest.git"
} }
] ]
} }