git.stg.codes
/
stg.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Send message parser was moved to a separate files.
[stg.git]
/
projects
/
sgauthstress
/
sgauthstress.conf
1
#Stargazer server ip
2
ServerName=10.21.5.4
3
4
#Stargazer server port
5
#Default value 5555
6
ServerPort=5555
7
8
#User's login
9
Login=test
10
11
#
12
#
13
LocalPort=12345
14
15
#User's password
16
Password=1234567
17
18
ModulesPath=../stargazer/modules
19
20
<StoreModule store_files>
21
WorkDir = /var/stargazer
22
23
ConfOwner = root
24
ConfGroup = root
25
ConfMode = 600
26
27
StatOwner = root
28
StatGroup = root
29
StatMode = 640
30
31
UserLogOwner = root
32
UserLogGroup = root
33
UserLogMode = 640
34
</StoreModule>