mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2026-02-27 20:53:01 +00:00
15 lines
474 B
Text
15 lines
474 B
Text
XUI_DEBUG=true
|
|
XUI_DB_FOLDER=x-ui
|
|
XUI_LOG_FOLDER=x-ui
|
|
XUI_BIN_FOLDER=x-ui
|
|
|
|
# Optional: use MySQL only for inbounds and client_traffics tables.
|
|
# If XUI_MYSQL_DSN is set, it has priority over host/user/password fields.
|
|
# Example DSN: user:pass@tcp(127.0.0.1:3306)/xui_shared?charset=utf8mb4&parseTime=True&loc=Local
|
|
XUI_MYSQL_DSN=
|
|
XUI_MYSQL_HOST=
|
|
XUI_MYSQL_PORT=3306
|
|
XUI_MYSQL_USER=
|
|
XUI_MYSQL_PASSWORD=
|
|
XUI_MYSQL_DB=
|
|
XUI_MYSQL_PARAMS=charset=utf8mb4&parseTime=True&loc=Local
|