Updated Configuration (markdown)

Shishkevich D.
2025-05-28 15:40:05 +07:00
parent 8112dcf312
commit 4fc18c8a91

@@ -1,21 +1,32 @@
## Environment variables
## Available environment variables
### XUI_LOG_LEVEL
* Description: none
* Type: `debug` | `info` | `warn` | `error` (**`string`**)
* Default value: `info`
### `XUI_LOG_LEVEL`
* **Description**: Default log level
* **Type**: `string`
* **Acceptable values**: `debug` | `info` | `warn` | `error`
* **Default value**: `info`
### XUI_LOG_LEVEL
* Description: none
* Type: `debug` | `info` | `warn` | `error` (**`string`**)
* Default value: `info`
### `XUI_DEBUG`
* **Description**: Whether debug mode should be enabled
* **Type**: `boolean`
* **Default value**: `false`
### XUI_LOG_LEVEL
* Description: none
* Type: `debug` | `info` | `warn` | `error` (**`string`**)
* Default value: `info`
### `XUI_BIN_FOLDER`
* **Description**: Path to the folder with xray-core, geosite & geoip databases
* **Type**: `string`
* **Default value**: `bin`
### XUI_LOG_LEVEL
* Description: none
* Type: `debug` | `info` | `warn` | `error` (**`string`**)
* Default value: `info`
### `XUI_DB_FOLDER`
* **Description**: Path to the 3x-ui database
* **Type**: `string`
* **Default value**: `/etc/x-ui`
### `XUI_LOG_FOLDER`
* **Description**: Path to the logs
* **Type**: `string`
* **Default value**: `/var/log`
### `XUI_ENABLE_FAIL2BAN`
* **Description**: Should [fail2ban](https://github.com/fail2ban/fail2ban) be working
* **Type**: `boolean`
* **Default value**: `true`