]> git.stg.codes - stg.git/commitdiff
Replace snakeCase with SnakeCase in params of storage modules
authorMaxim Mamontov <faust.madf@gmail.com>
Mon, 20 Jun 2011 08:19:56 +0000 (11:19 +0300)
committerMaxim Mamontov <faust.madf@gmail.com>
Mon, 20 Jun 2011 08:19:56 +0000 (11:19 +0300)
projects/stargazer/inst/freebsd/etc/stargazer/conf-available.d/store_firebird.conf
projects/stargazer/inst/freebsd/etc/stargazer/conf-available.d/store_mysql.conf
projects/stargazer/inst/freebsd/etc/stargazer/conf-available.d/store_postgresql.conf
projects/stargazer/inst/linux/etc/stargazer/conf-available.d/store_firebird.conf
projects/stargazer/inst/linux/etc/stargazer/conf-available.d/store_mysql.conf
projects/stargazer/inst/linux/etc/stargazer/conf-available.d/store_postgresql.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>
index 4cd2c0dedb1cbad2aba0c192b40c92a0e4118261..a5cc418046d9d56cb7543f2451eab761548ae407 100644 (file)
@@ -3,23 +3,23 @@
     # Parameter: required
     # Value: IP address or DNS name
     # Default: localhost
-    server = localhost
+    Server = localhost
 
     # Database name
     # Parameter: required
     # Value: any, supported by database
     # Default: stg
-    database = stg
+    Database = stg
 
     # 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
 </StoreModule>
index 5132c8fca0bd4c1c0d5341ec165c1c7218861d9f..153265845091dfe2d52b4296ba4c0b95c7fa4720 100644 (file)
@@ -3,29 +3,29 @@
     # Parameter: required
     # Value: IP address or DNS name
     # Default: localhost
-    server = localhost
+    Server = localhost
 
     # Database name
     # Parameter: required
     # Value: any, supported by database
     # Default: stargazer
-    database = stargazer
+    Database = stargazer
 
     # Database username
     # Parameter: mandatory
     # 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
 
     # Number of tries to reconnect
     # Parameter: optional
     # Value: positive integer
     # Default: 3
-    # retries = 3
+    # Retries = 3
 </StoreModule>
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>
index 4cd2c0dedb1cbad2aba0c192b40c92a0e4118261..a5cc418046d9d56cb7543f2451eab761548ae407 100644 (file)
@@ -3,23 +3,23 @@
     # Parameter: required
     # Value: IP address or DNS name
     # Default: localhost
-    server = localhost
+    Server = localhost
 
     # Database name
     # Parameter: required
     # Value: any, supported by database
     # Default: stg
-    database = stg
+    Database = stg
 
     # 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
 </StoreModule>
index 5132c8fca0bd4c1c0d5341ec165c1c7218861d9f..153265845091dfe2d52b4296ba4c0b95c7fa4720 100644 (file)
@@ -3,29 +3,29 @@
     # Parameter: required
     # Value: IP address or DNS name
     # Default: localhost
-    server = localhost
+    Server = localhost
 
     # Database name
     # Parameter: required
     # Value: any, supported by database
     # Default: stargazer
-    database = stargazer
+    Database = stargazer
 
     # Database username
     # Parameter: mandatory
     # 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
 
     # Number of tries to reconnect
     # Parameter: optional
     # Value: positive integer
     # Default: 3
-    # retries = 3
+    # Retries = 3
 </StoreModule>