> For the complete documentation index, see [llms.txt](https://lod-resources-1.gitbook.io/untitled/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://lod-resources-1.gitbook.io/untitled/resources/triangle-hud/configuration.md).

# Configuration

Configuration file contents

```lua
Config.ServerName1 = "LODUS" -- Your server name -1
```

```lua
Config.ServerName2 = "RESOURCES" -- Your server name -2
```

{% code overflow="wrap" %}

```lua
Config.ReCharge = true --If your health drops below 50%, it will slowly rise back to 50%
```

{% endcode %}

{% code overflow="wrap" %}

```lua
Config.Keyboard = false -- if you want your settings menu to open with a button, do it right, make it false if you don't want it
```

{% endcode %}

{% code overflow="wrap" %}

```lua
Config.KeyboardButton = "F7" -- the key you want to open the setting menu
```

{% endcode %}

{% code overflow="wrap" %}

```lua
Config.HudSettingsCommand = "hudsettings" -- with which command you want the settings menu to open
```

{% endcode %}

{% code overflow="wrap" %}

```lua
Config.Translate = {
    ["wallet"] = "cash money",
    ["bank"] = "bank money",
}
```

{% endcode %}
