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
23 # Port on which sgauth interacts with Stargazer
29 # User's password in Stargazer
35 # Defines whether sgauth should try to reestablish connection to Stargazer
42 # Defines whether sgauth should run as daemon
48 # Web-page refresh period in built-in webserver
50 # Value: any numeric (minutes)
54 # Defines whether sgauth should use built-in webserver
60 # Defines address on which sgauth's built-in webserver will listen
62 # Value: IP address or DNS name
64 ListenWebIP = 127.0.0.1
66 # Defines whether sgauth should show its process ID
72 ################################################################################