]> git.stg.codes - stg.git/blobdiff - projects/sgauthstress/sgauthstress.conf
Rename sgauth.conf to sgauthstress.conf
[stg.git] / projects / sgauthstress / sgauthstress.conf
diff --git a/projects/sgauthstress/sgauthstress.conf b/projects/sgauthstress/sgauthstress.conf
new file mode 100644 (file)
index 0000000..8188c82
--- /dev/null
@@ -0,0 +1,34 @@
+#Stargazer server ip
+ServerName=192.168.1.2
+
+#Stargazer server port
+#Default value 5555
+ServerPort=5555
+
+#User's login
+Login=test
+
+#
+#
+LocalPort=12345
+
+#User's password
+Password=1234567
+
+ModulesPath=../stargazer/modules
+
+<StoreModule store_files>
+    WorkDir = /var/stargazer
+
+    ConfOwner = root
+    ConfGroup = root
+    ConfMode = 600
+
+    StatOwner = root
+    StatGroup = root
+    StatMode = 640
+
+    UserLogOwner = root
+    UserLogGroup = root
+    UserLogMode = 640
+</StoreModule>