1 ################################################################################
2 # Sgauth Configuration file #
3 ################################################################################
7 # Values: IP address or DNS name
9 ServerName = 192.168.1.2
11 # Port on which Stargazer interacts with sgauth
17 # User's login in Stargazer
25 # Values: IP address or DNS name
29 # Port on which sgauth interacts with Stargazer
35 # User's password in Stargazer
41 # Defines whether sgauth should try to reestablish connection to Stargazer
48 # Defines whether sgauth should run as daemon
54 # Web-page refresh period in built-in webserver
56 # Value: any numeric (minutes)
60 # Defines whether sgauth should use built-in webserver
66 # Defines address on which sgauth's built-in webserver will listen
68 # Value: IP address or DNS name
70 ListenWebIP = 127.0.0.1
72 # Defines whether sgauth should show its process ID
78 ################################################################################