1
0
mirror of synced 2025-12-30 03:01:36 -05:00
Files
docs/app.json
Kevin Heis f329b5f388 Run only english on staging (#16992)
* Run only english on staging

* Revert "Run only english on staging"

This reverts commit af34c7a4497db4867a6f3facd34af316cd6b4b9a.

* Update app.json

* Update app.json

Co-authored-by: Chiedo John <2156688+chiedo@users.noreply.github.com>
2020-12-15 23:11:32 +00:00

19 lines
372 B
JSON

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