{
  "authHost": "https://naka.gxo.co.jp",
  "authEndpoint": "/broadcasting/auth",
  "clients": [
    {
      "appId": "57ffa0d16d45a9ec",
      "key": "e61e789fd49c5fc270aee8b81bb4d75d"
    }
  ],
  "database": "redis",
  "databaseConfig": {
    "redis": {
      "port": "6379",
      "host": "127.0.0.1"
    },
    "sqlite": {
      "databasePath": "/database/laravel-echo-server.sqlite"
    }
  },
  "devMode": true,
  "host": null,
  "port": "6003",
  "protocol": "https",
  "socketio": {},
  "secureOptions": 67108864,
  "sslCertPath": "/etc/letsencrypt/live/naka.gxo.co.jp/fullchain.pem",
  "sslKeyPath": "/etc/letsencrypt/live/naka.gxo.co.jp/privkey.pem",
  "sslCertChainPath": "",
  "sslPassphrase": "",
  "subscribers": {
    "http": true,
    "redis": true
  },
  "apiOriginAllow": {
    "allowCors": true,
    "allowOrigin": "*",
    "allowMethods": "GET, POST",
    "allowHeaders": "Origin, Content-Type, X-Auth-Token, X-Requested-With, Accept, Authorization, X-CSRF-TOKEN, X-Socket-Id"
  }
}
