# place.stream.config.getEnv

> Published by [did:web:stream.place](https://lexicon.garden/identity/did:web:stream.place)

## Links

- [View on Lexicon Garden](https://lexicon.garden/lexicon/did:web:stream.place/place.stream.config.getEnv)
- [Documentation](https://lexicon.garden/lexicon/did:web:stream.place/place.stream.config.getEnv/docs)
- [Examples](https://lexicon.garden/lexicon/did:web:stream.place/place.stream.config.getEnv/examples)

## Definitions

### `place.stream.config.getEnv`

**Type**: `query`

Get client-facing environment configuration from the server.

#### Parameters

| Property | Type | Required | Description |
|----------|------|----------|-------------|

#### Output

**Encoding**: `application/json`

| Property | Type | Required | Description |
|----------|------|----------|-------------|
| `gamesEnabled` | `boolean` | No | Whether the games API is configured and available |
| `playbackWorkerUrl` | `string` | No | URL of the Cloudflare playback router worker |

## Raw Schema

```json
{
  "id": "place.stream.config.getEnv",
  "defs": {
    "main": {
      "type": "query",
      "output": {
        "schema": {
          "type": "object",
          "properties": {
            "gamesEnabled": {
              "type": "boolean",
              "description": "Whether the games API is configured and available"
            },
            "playbackWorkerUrl": {
              "type": "string",
              "description": "URL of the Cloudflare playback router worker"
            }
          }
        },
        "encoding": "application/json"
      },
      "parameters": {
        "type": "params",
        "properties": {}
      },
      "description": "Get client-facing environment configuration from the server."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}
```
