mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2025-09-12 05:00:05 +00:00

All database configuration environment variables now start with the XUI_ prefix to avoid conflicts and allow configuration via system-level environment variables, not just the .env file.
8 lines
No EOL
162 B
Text
8 lines
No EOL
162 B
Text
XUI_DB_CONNECTION=sqlite
|
|
|
|
# If DB connection is "mysql"
|
|
# XUI_DB_HOST=127.0.0.1
|
|
# XUI_DB_PORT=3306
|
|
# XUI_DB_DATABASE=xui
|
|
# XUI_DB_USERNAME=root
|
|
# XUI_DB_PASSWORD= |