1 ################################################################################
2 # Stargazer Convertor Configuration file #
3 ################################################################################
5 # The path to directory with server modules
7 # Value: directory path
8 # Default: /usr/lib/stg
9 ModulesPath = /usr/lib/stg
11 #################################################################################
13 # Configure the module that works with the database server
14 # Option - the name of the module without 'mod_' at the beginning and '.so'
15 # in the end ie full name of the module mod_store_files.so
16 <SourceStoreModule store_files>
18 # Working server directory, provides data on tariffs, users, administrators.
20 # Value: directory path
21 WorkDir = /var/stargazer
23 # Owner, group and permissions of the files of user statistics (stat)
25 # Values: any, supported by OS
30 # Owner, group and permissions on user configuration files (conf)
32 # Values: any, supported by OS
37 # Owner, group and permissions for user log files (log)
39 # Values: any, supported by OS
46 #<DestStoreModule store_firebird>
47 # Database server address
49 # Value: IP address or DNS name
53 # Path to the database on the server or its alias
56 # Default: /var/stg/stargazer.fdb
57 # database = /var/stg/stargazer.fdb
61 # Value: any, supported by database
67 # Value: any, supported by database
72 <DestStoreModule store_postgresql>
73 # Database server address
75 # Value: IP address or DNS name
81 # Value: any, supported by database
86 # Parameter: mandatory
87 # Value: any, supported by database
93 # Value: any, supported by database
99 #<DestStoreModule store_mysql>
100 # Database server address
101 # Parameter: required
102 # Value: IP address or DNS name
107 # Parameter: required
108 # Value: any, supported by database
113 # Parameter: required
114 # Value: any, supported by database
119 # Parameter: required
120 # Value: any, supported by database
122 # rootdbpass = 123456