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 = ../stargazer/modules
11 #################################################################################Store module
12 # Configure the module that works with the database server
13 # Option - the name of the module without 'mod_' at the beginning and '.so'
14 # in the end ie full name of the module mod_store_files.so
15 <SourceStoreModule store_files>
17 # Working server directory, provides data on tariffs, users, administrators.
19 # Value: directory path
20 WorkDir = ../stargazer/var/stargazer
22 # Owner, group and permissions of the files of user statistics (stat)
24 # Values: any, supported by OS
29 # Owner, group and permissions on user configuration files (conf)
31 # Values: any, supported by OS
36 # Owner, group and permissions for user log files (log)
38 # Values: any, supported by OS
45 #<DestStoreModule store_firebird>
46 # Database server address
48 # Value: IP address or DNS name
52 # Path to the database on the server or its alias
55 # Default: /var/stg/stargazer.fdb
56 # database = /var/stg/stargazer.fdb
60 # Value: any, supported by database
66 # Value: any, supported by database
71 #<DestStoreModule store_postgresql>
72 # Database server address
74 # Value: IP address or DNS name
76 # server = altair.local
80 # Value: any, supported by database
85 # Parameter: mandatory
86 # Value: any, supported by database
92 # Value: any, supported by database
98 <DestStoreModule store_mysql>
99 # Database server address
100 # Parameter: required
101 # Value: IP address or DNS name
103 dbhost = altair.local
106 # Parameter: required
107 # Value: any, supported by database
112 # Parameter: required
113 # Value: any, supported by database
118 # Parameter: required
119 # Value: any, supported by database