javascript - app.json 文件有什么作用?

标签 javascript slack

我偶然发现了这个存储库 https://github.com/sparragus/slack-bot-edward-snowden当我学习为 Slack 编写机器人时。我在文件中看到了 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

关于javascript - app.json 文件有什么作用?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/35374292/

相关文章:

python - 为机器人用户创建 Slack channel

python - 将消息发布到 Slack App Home channel 时消息附件丢失

api - 如何在 slack API 上获取 im_marked 事件

Slack 应用程序在添加传入的 webbook 时出错

javascript - 我无法获得 clearInterval 工作 :/

javascript - 如何使用 jQuery ajax 更新谷歌饼图

javascript - 无法在函数内调用非内置函数

javascript - jQuery在克隆后更改div的子元素的所有名称

javascript - 如何防止文本框在达到javascript限制时接受输入

bots - 如何删除其他人创建的 slackbot 提醒?