config.ini 1.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. #
  2. # This file contains custom configurations of RemoteSupportTool.
  3. #
  4. # Copy the settings you like to modify from "config_global.ini" into this file.
  5. #
  6. [about]
  7. # URL of the applications source code repository.
  8. repository = https://git.in-ulm.de/in-ulm/RemoteSupportTool
  9. # Name of the company.
  10. company-name = Internet Ulm/Neu-Ulm e.V.
  11. # URL of the company website.
  12. company-website =https://www.in-ulm.de
  13. # Short title of the company website.
  14. company-website-title =IN-Ulm
  15. # Additional authors. Multiple authors may be separated by a semicolon.
  16. authors =Raimund Konz / IN-Ulm e.V.
  17. [gui]
  18. [gui-darwin]
  19. [gui-linux]
  20. [gui-windows]
  21. [session]
  22. # Default VNC host.
  23. host = support.in-ulm.de
  24. # Default VNC port.
  25. port = 5500
  26. # SSH is enabled by default (yes / no).
  27. ssh-enabled = yes
  28. # Default path to the SSH application.
  29. ssh-application =
  30. # Default port for SSH connections.
  31. ssh-port = 22
  32. # Default user for SSH connections.
  33. ssh-user = support
  34. # Default file with a SSH private key.
  35. ssh-keyfile = ssh.key
  36. [session-darwin]
  37. [session-linux]
  38. [session-windows]