]> git.stg.codes - stg.git/blob - projects/stargazer/inst/linux/etc/stargazer/conf-available.d/store_files.conf
Merge branch 'stg-2.409-radius'
[stg.git] / projects / stargazer / inst / linux / etc / stargazer / conf-available.d / store_files.conf
1 # Enables plain file backend.
2 <StoreModule store_files>
3
4     # Working server directory, provides data on tariffs, users, administrators.
5     # Parameter: required
6     # Value: directory path
7     WorkDir = /var/stargazer
8
9     # Owner, group and permissions of the files of user statistics (stat)
10     # Parameter: required
11     # Values: any, supported by OS
12     ConfOwner = root
13     ConfGroup = root
14     ConfMode = 640
15
16     # Owner, group and permissions on user configuration files (conf)
17     # Parameter: required
18     # Values: any, supported by OS
19     StatOwner = root
20     StatGroup = root
21     StatMode = 640
22
23     # Owner, group and permissions for user log files (log)
24     # Parameter: required
25     # Values: any, supported by OS
26     UserLogOwner = root
27     UserLogGroup = root
28     UserLogMode = 640
29
30 </StoreModule>