]> git.stg.codes - stg.git/commitdiff
Make bring sgauth.conf to be up-to-date
authorMaxim Mamontov <faust@gts.dp.ua>
Thu, 5 May 2011 11:23:04 +0000 (14:23 +0300)
committerMaxim Mamontov <faust@gts.dp.ua>
Thu, 5 May 2011 11:23:04 +0000 (14:23 +0300)
projects/sgauthstress/sgauth.conf

index 0368ec02e585984f9c9ba21138f0392587c479e7..8188c82252ed39c8b7b921e1db58b8a483781eb6 100644 (file)
@@ -15,23 +15,20 @@ LocalPort=12345
 #User's password
 Password=1234567
 
-#
-#Default value yes
-#Reconnect=no
-
-#
-#Default value yes
-#Daemon=yes
+ModulesPath=../stargazer/modules
 
-#Refresh web page period
-#Default value 10
-#RefreshPeriod=10
+<StoreModule store_files>
+    WorkDir = /var/stargazer
 
-#
-#Default value 127.0.0.1
-ListenWebIP=127.0.0.1
+    ConfOwner = root
+    ConfGroup = root
+    ConfMode = 600
 
-#Default value no
-DisableWeb=no
+    StatOwner = root
+    StatGroup = root
+    StatMode = 640
 
-#ShowPid=no
+    UserLogOwner = root
+    UserLogGroup = root
+    UserLogMode = 640
+</StoreModule>