文件 app.json 有什么作用?

What does the file app.json do?

我在学习为 Slack 编写机器人时偶然发现了这个存储库 https://github.com/sparragus/slack-bot-edward-snowden。我在文件中看到了 app.json 并且不知道它的用途。谁能告诉我这个 app.json 文件在这种情况和其他类似情况下的用途是什么?

app.json is a manifest format for describing web apps. It declares environment variables, add-ons, and other information required to run an app on Heroku. This document describes the schema in detail.

https://devcenter.heroku.com/articles/app-json-schema