vboxwebsrv-confd 559 B

1234567891011121314151617181920
  1. # Copyright 1999-2011 Gentoo Foundation
  2. # Distributed under the terms of the GNU General Public License v2
  3. # The host to bind to (defaults to "localhost").
  4. VBOXWEBSRV_HOST="localhost"
  5. # Which port to on the host (defaults to 18083).
  6. VBOXWEBSRV_PORT="18083"
  7. # Session timeout, in seconds. (defaults to 20).
  8. VBOXWEBSRV_TIMEOUT=20
  9. # The interval in which the webservice checks for
  10. # timed-out clients, in seconds. Normally does not
  11. # need to be changed (defaults to 5).
  12. VBOXWEBSRV_INTERVAL=5
  13. # User under which vboxwebsrv is running
  14. VBOXWEBSRV_USER="root"