HEX
Server: Apache
System: Linux p3plzcpnl506847.prod.phx3.secureserver.net 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP Wed Jun 4 13:01:13 UTC 2025 x86_64
User: slfopp7cb1df (5698090)
PHP: 8.1.34
Disabled: NONE
Upload Files
File: /home/slfopp7cb1df/public_html/Call/master/app.json
{
  "name": "Twilio Contact Center",
  "description": "A web-based contact center utilizing Twilio Client, Chat, Video, SMS and TaskRouter",
  "repository": "",
  "logo": "http://node-js-sample.herokuapp.com/node.svg",
  "keywords": ["node", "express", "twilio"],
  "image": "heroku/nodejs",
  "repository": "https://github.com/nash-md/twilio-contact-center",
  "addons": ["heroku-postgresql:hobby-dev"],
  "scripts": {
    "postdeploy": "node setup-database.js"
  },
  "success_url": "/setup",
  "env": {
    "TWILIO_ACCOUNT_SID": {
      "description": "Your Twilio accountSid",
      "value": "accountSid"
    },
    "TWILIO_AUTH_TOKEN": {
      "description": "Your Twilio authToken",
      "value": "authToken"
    },
    "TWILIO_WORKSPACE_SID": {
      "description": "A Workspace is a container for your Tasks, Workers, TaskQueues. You can create it here: https://www.twilio.com/console/taskrouter/workspaces",
      "value": "workspaceSid"
    },
    "TWILIO_CHAT_SERVICE_SID": {
      "description": "A service instance where all the chat data is stored and scoped. You can create it here: https://www.twilio.com/console/chat/services",
      "value": "chatServiceSid"
    },
    "TWILIO_API_KEY_SID": {
      "description": "API Keys are revokable credentials for the Twilio API. You can create it here: https://www.twilio.com/console/dev-tools/api-keys",
      "value": "apiKeySid"
    },
    "TWILIO_API_KEY_SECRET": {
      "description": "API Keys are revokable credentials for the Twilio API.",
      "value": "apiKeySecret"
    }
  }
}