]> git.stg.codes - stg.git/blobdiff - projects/stargazer/inst/linux/etc/stargazer/conf-available.d/store_mysql.conf
Merge branch 'stg-2.409-radius'
[stg.git] / projects / stargazer / inst / linux / etc / stargazer / conf-available.d / store_mysql.conf
index 475b5f27a23f7125bc66ce528c5c585231c3ddd5..a5b2126d5b3ca3d4669ec3a361ff457265dac154 100644 (file)
@@ -1,25 +1,26 @@
+# Enables MySQL backend.
 <StoreModule store_mysql>
     # Database server address
     # 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>