3x-ui/.env.example
Ali Golzar e78f20a770 refactor: prefix env variables of database with XUI_ to support direct environment usage without .env file
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.
2025-05-19 16:32:12 +03:30

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=