# Port for TCP connections
     # Note: Parameters TCPPort and UDPPort can be equal
     # Parameter: optional
-    # Value: 1 ... 65534
+    # Value: 1 ... 65535
     # Default: 9996
     #TCPPort = 9996
 
     # Port for UDP connections
     # Note: Parameters TCPPort and UDPPort can be equal
     # Parameter: optional
-    # Value: 1 ... 65536
+    # Value: 1 ... 65535
     # Default: 9996
     UDPPort = 9996
-</Module>
\ No newline at end of file
+</Module>
 
 <Module auth_ia>
     # Port on which the server interacts with authorizator
     # Parameter: required
-    # Value: 1 ... 65534
+    # Value: 1 ... 65535
     # Default: 5555
     Port = 5555
 
     # Values: different, see above
     # Default: cash
     FreeMb = cash
-</Module>
\ No newline at end of file
+</Module>
 
     # 192.168.3.0/24 192.168.3.5
     # 192.168.4.0/24 192.168.4.5
     # Parametr: required
-    # Values: filename
+    # Values: file path
     # Default: subnets
     SubnetFile = subnets
 
     # Value: 1...65535
     # Default: 9999
     Port = 9999
-</Module>
\ No newline at end of file
+</Module>
 
     # Default:
     Port = 8080
 
-    # Session timeout
+    # Session timeout in seconds
     # Parameter: required
-    # Value: any numeric
+    # Value: positive integer
     # Default: 1800
     CookieTimeout = 1800
-</Module>
\ No newline at end of file
+</Module>
 
+# Enables SMUX-peer for SNMPd.
 <Module smux>
     # IP-address of a server to connect to
     # Parameter: required
     Port = 199
 
     # Password for authentication on a server
-    # Parameter: optional
-    # 
-    # Password = 123456
+    # Parameter: required
+    # Value: any text
+    Password =
 </Module>
 
-# 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
+# Enables plain file backend.
 <StoreModule store_files>
 
     # Working server directory, provides data on tariffs, users, administrators.
 
+# Enables Firebird backend.
 <StoreModule store_firebird>
     # Database server address
-    # Parameter: required
+    # Parameter: optional
     # Value: IP address or DNS name
     # Default: localhost
-    Server = localhost
+    # Server = localhost
 
     # Path to the database on the server or its alias
-    # Parameter: required
+    # Parameter: optional
     # Value: file path
     # Default: /var/stg/stargazer.fdb
-    Database = /var/stg/stargazer.fdb
+    # Database = /var/stg/stargazer.fdb
 
     # Database username
-    # Parameter: required
+    # Parameter: optional
     # Value: any, supported by database
     # Default: stg
-    User = stg
+    # User = stg
 
     # Database password
-    # Parameter: required
+    # Parameter: optional
     # Value: any, supported by database
     # Default: 123456
-    Password = 123456
+    # Password = 123456
 
     # The transaction isolation level
     # Parameter: optional
     # Values: concurrency, dirtyread, readcommitted, consistency
     # Defalt: concurrency
-    IsolationLevel = concurrency
+    # IsolationLevel = concurrency
 
     # Responding to lock (optional, defaults to wait):
     # Parameter: optional
     # Values: wait, nowait
     # Defalt: wait
-    LockResolution = wait
+    # LockResolution = wait
 </StoreModule>
 
+# Enables MySQL backend.
 <StoreModule store_mysql>
     # Database server address
     # Parameter: required
 
+# Enables PostgreSQL backend.
 <StoreModule store_postgresql>
     # Database server address
-    # Parameter: required
+    # Parameter: optional
     # Value: IP address or DNS name
     # Default: localhost
-    Server = localhost
+    # Server = localhost
 
     # Database name
-    # Parameter: required
+    # Parameter: optional
     # Value: any, supported by database
     # Default: stargazer
-    Database = stargazer
+    # Database = stargazer
 
     # Database username
-    # Parameter: mandatory
+    # Parameter: optional
     # Value: any, supported by database
     # Default: stg
-    User = stg
+    # User = stg
 
     # Database password
-    # Parameter: required
+    # Parameter: optional
     # Value: any, supported by database
     # Default: 123456
-    Password = 123456
+    # Password = 123456
 
     # Number of tries to reconnect
     # Parameter: optional
 
     # Port for TCP connections
     # Note: Parameters TCPPort and UDPPort can be equal
     # Parameter: optional
-    # Value: 1 ... 65534
+    # Value: 1 ... 65535
     # Default: 9996
     #TCPPort = 9996
 
     # Port for UDP connections
     # Note: Parameters TCPPort and UDPPort can be equal
     # Parameter: optional
-    # Value: 1 ... 65536
+    # Value: 1 ... 65535
     # Default: 9996
     UDPPort = 9996
-</Module>
\ No newline at end of file
+</Module>
 
 <Module auth_ia>
     # Port on which the server interacts with authorizator
     # Parameter: required
-    # Value: 1 ... 65534
+    # Value: 1 ... 65535
     # Default: 5555
     Port = 5555
 
     # Values: different, see above
     # Default: cash
     FreeMb = cash
-</Module>
\ No newline at end of file
+</Module>
 
     # 192.168.3.0/24 192.168.3.5
     # 192.168.4.0/24 192.168.4.5
     # Parametr: required
-    # Values: filename
+    # Values: file path
     # Default: subnets
     SubnetFile = subnets
 
     # Value: 1...65535
     # Default: 9999
     Port = 9999
-</Module>
\ No newline at end of file
+</Module>
 
     # Default:
     Port = 8080
 
-    # Session timeout
+    # Session timeout in seconds
     # Parameter: required
-    # Value: any numeric
+    # Value: positive integer
     # Default: 1800
     CookieTimeout = 1800
-</Module>
\ No newline at end of file
+</Module>
 
+# Enables SMUX-peer for SNMPd.
 <Module smux>
     # IP-address of a server to connect to
     # Parameter: required
     Port = 199
 
     # Password for authentication on a server
-    # Parameter: optional
-    # 
-    # Password = 123456
+    # Parameter: required
+    # Value: any text
+    Password =
 </Module>
 
-# 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
+# Enables plain file backend.
 <StoreModule store_files>
 
     # Working server directory, provides data on tariffs, users, administrators.
 
+# Enables Firebird backend.
 <StoreModule store_firebird>
     # Database server address
-    # Parameter: required
+    # Parameter: optional
     # Value: IP address or DNS name
     # Default: localhost
-    Server = localhost
+    # Server = localhost
 
     # Path to the database on the server or its alias
-    # Parameter: required
+    # Parameter: optional
     # Value: file path
     # Default: /var/stg/stargazer.fdb
-    Database = /var/stg/stargazer.fdb
+    # Database = /var/stg/stargazer.fdb
 
     # Database username
-    # Parameter: required
+    # Parameter: optional
     # Value: any, supported by database
     # Default: stg
-    User = stg
+    # User = stg
 
     # Database password
-    # Parameter: required
+    # Parameter: optional
     # Value: any, supported by database
     # Default: 123456
-    Password = 123456
+    # Password = 123456
 
     # The transaction isolation level
     # Parameter: optional
     # Values: concurrency, dirtyread, readcommitted, consistency
     # Defalt: concurrency
-    IsolationLevel = concurrency
+    # IsolationLevel = concurrency
 
     # Responding to lock (optional, defaults to wait):
     # Parameter: optional
     # Values: wait, nowait
     # Defalt: wait
-    LockResolution = wait
+    # LockResolution = wait
 </StoreModule>
 
+# Enables MySQL backend.
 <StoreModule store_mysql>
     # Database server address
     # Parameter: required
 
+# Enables PostgreSQL backend.
 <StoreModule store_postgresql>
     # Database server address
-    # Parameter: required
+    # Parameter: optional
     # Value: IP address or DNS name
     # Default: localhost
-    Server = localhost
+    # Server = localhost
 
     # Database name
-    # Parameter: required
+    # Parameter: optional
     # Value: any, supported by database
     # Default: stargazer
-    Database = stargazer
+    # Database = stargazer
 
     # Database username
-    # Parameter: mandatory
+    # Parameter: optional
     # Value: any, supported by database
     # Default: stg
-    User = stg
+    # User = stg
 
     # Database password
-    # Parameter: required
+    # Parameter: optional
     # Value: any, supported by database
     # Default: 123456
-    Password = 123456
+    # Password = 123456
 
     # Number of tries to reconnect
     # Parameter: optional