]> git.stg.codes - stg.git/blobdiff - projects/stargazer/inst/linux/etc/stargazer/conf-available.d/store_firebird.conf
Merge branch 'stg-2.409-radius'
[stg.git] / projects / stargazer / inst / linux / etc / stargazer / conf-available.d / store_firebird.conf
index 738d75ccf4c02553d01a307547a23e27a7af210d..39e4ad3d9333f0fda49beed07fad397b1c1e6203 100644 (file)
@@ -1,37 +1,38 @@
+# 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>