1
0
mirror of synced 2025-12-25 11:03:37 -05:00
Files
docs/app.json
Chiedo John 4262cae231 Remove DataDog from Staging (#17036)
Remove DataDog from staging

Co-authored-by: chiedo <chiedo@users.noreply.github.com>
2020-12-17 10:42:46 -05:00

18 lines
289 B
JSON

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