]> git.stg.codes - stg.git/commitdiff
convertor.conf -> sgconv.conf
authorMaxim Mamontov <faust.madf@gmail.com>
Mon, 14 Jan 2013 19:55:54 +0000 (21:55 +0200)
committerMaxim Mamontov <faust.madf@gmail.com>
Mon, 14 Jan 2013 19:55:54 +0000 (21:55 +0200)
projects/sgconv/convertor.conf [deleted file]
projects/sgconv/sgconv.conf [new file with mode: 0644]

diff --git a/projects/sgconv/convertor.conf b/projects/sgconv/convertor.conf
deleted file mode 100644 (file)
index 41e18b6..0000000
+++ /dev/null
@@ -1,124 +0,0 @@
-################################################################################
-#                   Stargazer Convertor Configuration file                     #
-################################################################################
-
-# The path to directory with server modules
-# Parameter: required
-# Value: directory path
-# Default: /usr/lib/stg
-ModulesPath = /usr/lib/stg
-
-#################################################################################
-Store module
-# Configure the module that works with the database server
-# Option - the name of the module without 'mod_' at the beginning and '.so'
-# in the end ie full name of the module mod_store_files.so
-<SourceStoreModule store_files>
-
-    # Working server directory, provides data on tariffs, users, administrators.
-    # Parameter: required
-    # Value: directory path
-    WorkDir = /var/stargazer
-
-    # Owner, group and permissions of the files of user statistics (stat)
-    # Parameter: required
-    # Values: any, supported by OS
-    ConfOwner = root
-    ConfGroup = root
-    ConfMode = 600
-
-    # Owner, group and permissions on user configuration files (conf)
-    # Parameter: required
-    # Values: any, supported by OS
-    StatOwner = root
-    StatGroup = root
-    StatMode = 640
-
-    # Owner, group and permissions for user log files (log)
-    # Parameter: required
-    # Values: any, supported by OS
-    UserLogOwner = root
-    UserLogGroup = root
-    UserLogMode = 640
-
-</SourceStoreModule>
-
-#<DestStoreModule store_firebird>
-    # Database server address
-    # Parameter: required
-    # Value: IP address or DNS name
-    # Default: localhost
-    # server = localhost
-
-    # Path to the database on the server or its alias
-    # Parameter: required
-    # Value: file path
-    # Default: /var/stg/stargazer.fdb
-    # database = /var/stg/stargazer.fdb
-
-    # Database username
-    # Parameter: required
-    # Value: any, supported by database
-    # Default: stg
-    # user = stg
-
-    # Database password
-    # Parameter: required
-    # Value: any, supported by database
-    # Default: 123456
-    # password = 123456
-#</DestStoreModule>
-
-<DestStoreModule store_postgresql>
-    # Database server address
-    # Parameter: required
-    # Value: IP address or DNS name
-    # Default: localhost
-    server = localhost
-
-    # Database name
-    # Parameter: required
-    # Value: any, supported by database
-    # Default: stargazer
-    database = stargazer
-
-    # Database username
-    # Parameter: mandatory
-    # Value: any, supported by database
-    # Default: stg
-    user = stg
-
-    # Database password
-    # Parameter: required
-    # Value: any, supported by database
-    # Default: 123456
-    password = 123456
-
-</DestStoreModule>
-
-#<DestStoreModule store_mysql>
-    # Database server address
-    # Parameter: required
-    # Value: IP address or DNS name
-    # Default: localhost
-    # dbhost = localhost
-
-    # Database name
-    # Parameter: required
-    # Value: any, supported by database
-    # Default: stg
-    # dbname = stg
-
-    # Database username
-    # Parameter: required
-    # Value: any, supported by database
-    # Default: stg
-    # dbuser = stg
-
-    # Database password
-    # Parameter: required
-    # Value: any, supported by database
-    # Default: 123456
-    # rootdbpass = 123456
-
-#</DestStoreModule>
diff --git a/projects/sgconv/sgconv.conf b/projects/sgconv/sgconv.conf
new file mode 100644 (file)
index 0000000..41e18b6
--- /dev/null
@@ -0,0 +1,124 @@
+################################################################################
+#                   Stargazer Convertor Configuration file                     #
+################################################################################
+
+# The path to directory with server modules
+# Parameter: required
+# Value: directory path
+# Default: /usr/lib/stg
+ModulesPath = /usr/lib/stg
+
+#################################################################################
+Store module
+# Configure the module that works with the database server
+# Option - the name of the module without 'mod_' at the beginning and '.so'
+# in the end ie full name of the module mod_store_files.so
+<SourceStoreModule store_files>
+
+    # Working server directory, provides data on tariffs, users, administrators.
+    # Parameter: required
+    # Value: directory path
+    WorkDir = /var/stargazer
+
+    # Owner, group and permissions of the files of user statistics (stat)
+    # Parameter: required
+    # Values: any, supported by OS
+    ConfOwner = root
+    ConfGroup = root
+    ConfMode = 600
+
+    # Owner, group and permissions on user configuration files (conf)
+    # Parameter: required
+    # Values: any, supported by OS
+    StatOwner = root
+    StatGroup = root
+    StatMode = 640
+
+    # Owner, group and permissions for user log files (log)
+    # Parameter: required
+    # Values: any, supported by OS
+    UserLogOwner = root
+    UserLogGroup = root
+    UserLogMode = 640
+
+</SourceStoreModule>
+
+#<DestStoreModule store_firebird>
+    # Database server address
+    # Parameter: required
+    # Value: IP address or DNS name
+    # Default: localhost
+    # server = localhost
+
+    # Path to the database on the server or its alias
+    # Parameter: required
+    # Value: file path
+    # Default: /var/stg/stargazer.fdb
+    # database = /var/stg/stargazer.fdb
+
+    # Database username
+    # Parameter: required
+    # Value: any, supported by database
+    # Default: stg
+    # user = stg
+
+    # Database password
+    # Parameter: required
+    # Value: any, supported by database
+    # Default: 123456
+    # password = 123456
+#</DestStoreModule>
+
+<DestStoreModule store_postgresql>
+    # Database server address
+    # Parameter: required
+    # Value: IP address or DNS name
+    # Default: localhost
+    server = localhost
+
+    # Database name
+    # Parameter: required
+    # Value: any, supported by database
+    # Default: stargazer
+    database = stargazer
+
+    # Database username
+    # Parameter: mandatory
+    # Value: any, supported by database
+    # Default: stg
+    user = stg
+
+    # Database password
+    # Parameter: required
+    # Value: any, supported by database
+    # Default: 123456
+    password = 123456
+
+</DestStoreModule>
+
+#<DestStoreModule store_mysql>
+    # Database server address
+    # Parameter: required
+    # Value: IP address or DNS name
+    # Default: localhost
+    # dbhost = localhost
+
+    # Database name
+    # Parameter: required
+    # Value: any, supported by database
+    # Default: stg
+    # dbname = stg
+
+    # Database username
+    # Parameter: required
+    # Value: any, supported by database
+    # Default: stg
+    # dbuser = stg
+
+    # Database password
+    # Parameter: required
+    # Value: any, supported by database
+    # Default: 123456
+    # rootdbpass = 123456
+
+#</DestStoreModule>