]> git.stg.codes - stg.git/blobdiff - projects/stargazer/inst/freebsd/etc/stargazer/conf-available.d/store_firebird.conf
Replace snakeCase with SnakeCase in params of storage modules
[stg.git] / projects / stargazer / inst / freebsd / etc / stargazer / conf-available.d / store_firebird.conf
index 99b629ae98e57edc2092d01ac115548bfdce7223..738d75ccf4c02553d01a307547a23e27a7af210d 100644 (file)
@@ -3,35 +3,35 @@
     # Parameter: required
     # Value: IP address or DNS name
     # Default: localhost
-    server = 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 = /var/stg/stargazer.fdb
 
     # Database username
     # Parameter: required
     # Value: any, supported by database
     # Default: stg
-    user = stg
+    User = stg
 
     # Database password
     # Parameter: required
     # 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
-</StoreModule>
\ No newline at end of file
+    LockResolution = wait
+</StoreModule>