]> git.stg.codes - stg.git/blob - projects/convertor/convertor.conf
Добавление исходников
[stg.git] / projects / convertor / convertor.conf
1 ################################################################################
2 #                        æÁÊÌ ÎÁÓÔÒÏÅË ËÏÎ×ÅÒÔÏÒÁ stargazer                    #
3 ################################################################################
4
5 # ðÕÔØ Ë ÄÉÒÅËÔÏÒÉÉ, × ËÏÔÏÒÏÊ ÎÁÈÏÄÑÔÓÑ ÍÏÄÕÌÉ ÓÅÒ×ÅÒÁ
6 ModulesPath = ../stargazer/modules
7
8 ################################################################################
9 # Store module
10 # îÁÓÔÒÏÊËÉ ÐÌÁÇÉÎÁ ÒÁÂÏÔÁÀÝÅÇÏ Ó âä ÓÅÒ×ÅÒÁ
11
12 # ÷ÔÏÒÏÊ ÐÁÒÁÍÅÔÒ - ÜÔÏ ÉÍÑ ÍÏÄÕÌÑ ÂÅÚ mod_ × ÎÁÞÁÌÅ É .so × ËÏÎÃÅ
13 # ô.Å. ÐÏÌÎÏÅ ÉÍÑ ÍÏÄÕÌÑ mod_store_files.so
14 <SourceStoreModule store_files>
15
16     # òÁÂÏÞÁÑ ÄÉÒÅËÔÏÒÉÑ ÓÅÒ×ÅÒÁ, ÔÕÔ ÓÏÄÅÒÖÁÔÓÑ ÄÁÎÎÙÅ Ï ÔÁÒÉÆÁÈ, ÐÏÌØÚÏ×ÁÔÅÌÑÈ,
17     # ÁÄÍÉÎÉÓÔÒÁÔÏÒÁÈ É Ô.Ä.
18     WorkDir = /var/stargazer
19
20
21     # ÷ÌÁÄÅÌÅÃ, ÇÒÕÐÐÁ É ÐÒÁ×Á ÄÏÓÔÕÐÁ ÎÁ ÆÁÊÌÙ ÓÔÁÔÉÓÔÉËÉ (stat) ÐÏÌØÚÏ×ÁÔÅÌÑ
22     ConfOwner = root
23     ConfGroup = wheel
24     ConfMode = 600
25
26
27     # ÷ÌÁÄÅÌÅÃ, ÇÒÕÐÐÁ É ÐÒÁ×Á ÄÏÓÔÕÐÁ ÎÁ ÆÁÊÌÙ ËÏÎÆÉÇÕÒÁÃÉÉ (conf) ÐÏÌØÚÏ×ÁÔÅÌÑ
28     StatOwner = root
29     StatGroup = wheel
30     StatMode = 640
31
32     # ÷ÌÁÄÅÌÅÃ, ÇÒÕÐÐÁ É ÐÒÁ×Á ÄÏÓÔÕÐÁ ÎÁ ÌÏÇ-ÆÁÊÌÙ (log) ÐÏÌØÚÏ×ÁÔÅÌÑ
33     UserLogOwner = root
34     UserLogGroup = wheel
35     UserLogMode = 640
36
37 </SourceStoreModule>
38
39 #<DestStoreModule store_firebird>
40 #    server = localhost
41 #    database = /var/stargazer/stargazer.fdb
42 #    user = stg
43 #    password = 123456
44 #</DestStoreModule>
45
46 <DestStoreModule store_postgresql>
47     server = localhost
48     database = stargazer
49     user = stg
50     password = 123456
51 </DestStoreModule>
52
53 #<DestStoreModule store_mysql>
54 #    # éÍÑ ÐÏÌØÚÏ×ÁÔÅÌÑ âä
55 #    dbuser = stg
56 #
57 #    # ðÁÒÏÌØ ÐÏÌØÚÏ×ÁÔÅÌÑ âä
58 #    rootdbpass = 123456
59 #
60 #    # éÍÑ âä ÎÁ ÓÅÒ×ÅÒÅ
61 #    dbname = stg
62 #
63 #    # áÄÒÅÓ ÓÅÒ×ÅÒÁ âä
64 #    dbhost = localhost
65 #</DestStoreModule>
66