]> git.stg.codes - stg.git/blobdiff - projects/stargazer/inst/freebsd/etc/stargazer/conf-available.d/store_mysql.conf
DB store plugin params unified
[stg.git] / projects / stargazer / inst / freebsd / etc / stargazer / conf-available.d / store_mysql.conf
index 475b5f27a23f7125bc66ce528c5c585231c3ddd5..4cd2c0dedb1cbad2aba0c192b40c92a0e4118261 100644 (file)
@@ -3,23 +3,23 @@
     # Parameter: required
     # Value: IP address or DNS name
     # Default: localhost
-    dbhost = localhost
+    server = localhost
 
     # Database name
     # Parameter: required
     # Value: any, supported by database
     # Default: stg
-    dbname = stg
+    database = stg
 
     # Database username
     # Parameter: required
     # Value: any, supported by database
     # Default: stg
-    dbuser = stg
+    user = stg
 
     # Database password
     # Parameter: required
     # Value: any, supported by database
     # Default: 123456
-    rootdbpass = 123456
-</StoreModule>
\ No newline at end of file
+    password = 123456
+</StoreModule>