diff --git a/app.json b/app.json deleted file mode 100644 index 7409e4f761161..0000000000000 --- a/app.json +++ /dev/null @@ -1,52 +0,0 @@ -{ - "name": "Shields", - "description": "Concise, consistent, and legible badges in SVG and raster format.", - "keywords": ["badge", "github", "svg", "status"], - "website": "https://shields.io/", - "repository": "https://github.com/badges/shields", - "logo": "https://shields.io/favicon.png", - "env": { - "CYPRESS_INSTALL_BINARY": { - "description": "Disable the cypress binary installation", - "value": "0", - "required": false - }, - "HUSKY_SKIP_INSTALL": { - "description": "Skip the husky git hook setup", - "value": "1", - "required": false - }, - "GH_TOKEN": { - "description": "Configure the token to be used for the GitHub services.", - "required": false - }, - "TWITCH_CLIENT_ID": { - "description": "Configure the client id to be used for the Twitch service.", - "required": false - }, - "TWITCH_CLIENT_SECRET": { - "description": "Configure the client secret to be used for the Twitch service.", - "required": false - }, - "WEBLATE_API_KEY": { - "description": "Configure the API key to be used for the Weblate service.", - "required": false - }, - "METRICS_INFLUX_ENABLED": { - "description": "Disable influx metrics", - "value": "false", - "required": false - }, - "REQUIRE_CLOUDFLARE": { - "description": "Allow direct traffic", - "value": "false", - "required": false - } - }, - "formation": { - "web": { - "quantity": 1, - "size": "free" - } - } -}