]> git.stg.codes - stg.git/blobdiff - projects/stargazer/inst/linux/etc/stargazer/conf-available.d/store_postgresql.conf
Replace snakeCase with SnakeCase in params of storage modules
[stg.git] / projects / stargazer / inst / linux / etc / stargazer / conf-available.d / store_postgresql.conf
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>