1
0
mirror of synced 2026-01-06 15:01:04 -05:00
Files
docs/app.json
Jason Etcovitch 42694f4355 Datadog on staging (#16982)
* Include Datadog buildpack

* Add heroku_app tag to statsd
2020-12-15 15:02:03 -05:00

18 lines
337 B
JSON

{
"name": "docs.github.com",
"env": {
"NODE_ENV": "production",
"NPM_CONFIG_PRODUCTION": "true"
},
"buildpacks": [
{ "url": "https://github.com/DataDog/heroku-buildpack-datadog.git#1.21" },
{ "url": "heroku/nodejs" }
],
"formation": {
"web": {
"quantity": 1,
"size": "standard-2x"
}
}
}