# Configuration

## Options

***

{% hint style="info" %}
You can find config file in `no-torture/config/sh_config.lua`
{% endhint %}

| Option                 | type                                           | Description                                                                                           |
| ---------------------- | ---------------------------------------------- | ----------------------------------------------------------------------------------------------------- |
| EnableInteractionZones | boolean                                        | Enables interaction zones. Set this to true if you don't have an interaction (target) resource.       |
| PlacementCommand       | string?                                        | Command to start dynamic chair placement.                                                             |
| ItemName               | string?                                        | Item to start dynamic chair placement.                                                                |
| SaveDynamicChairs      | boolean                                        | Whether to save dynamic chairs to the database. Set this to false if you don't have a mysql resource. |
| SceneRenderDistance    | number                                         | Distance between player and torture chair to create the scene.                                        |
| Controls               | \[key: string]: {index: number; label: string} | [FiveM key controls](https://docs.fivem.net/docs/game-references/controls/#controls)                  |
| StaticChairs           | {coords: vector3; h: number}\[]                | List of static chairs.                                                                                |
