]> git.stg.codes - stg.git/blobdiff - projects/stargazer/inst/freebsd/etc/stargazer/conf-available.d/store_postgresql.conf
Replace snakeCase with SnakeCase in params of storage modules
[stg.git] / projects / stargazer / inst / freebsd / etc / stargazer / conf-available.d / store_postgresql.conf
index 1b0aaf4c0f4de0a2ba121c16f94cda5e6e68b09d..153265845091dfe2d52b4296ba4c0b95c7fa4720 100644 (file)
@@ -3,23 +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
 </StoreModule>