1
0

.env.example 757 B

12345678910111213141516171819
  1. XUI_DEBUG=true
  2. XUI_DB_FOLDER=x-ui
  3. XUI_LOG_FOLDER=x-ui
  4. XUI_BIN_FOLDER=x-ui
  5. XUI_INIT_WEB_BASE_PATH=/
  6. # XUI_PORT=8080
  7. # Optional tunnel health monitor (disabled by default). It periodically probes a
  8. # URL and restarts xray-core after repeated failures. Point XUI_TUNNEL_HEALTH_PROXY
  9. # at a local xray inbound so the probe tests the tunnel; without it the probe only
  10. # checks host connectivity and a restart will not fix host network issues. A restart
  11. # drops every connected client.
  12. # XUI_TUNNEL_HEALTH_MONITOR=true
  13. # XUI_TUNNEL_HEALTH_PROXY=socks5://127.0.0.1:1080
  14. # XUI_TUNNEL_HEALTH_URL=https://www.cloudflare.com/cdn-cgi/trace
  15. # XUI_TUNNEL_HEALTH_INTERVAL=30s
  16. # XUI_TUNNEL_HEALTH_TIMEOUT=10s
  17. # XUI_TUNNEL_HEALTH_FAILURES=3
  18. # XUI_TUNNEL_HEALTH_COOLDOWN=5m