]> git.stg.codes - stg.git/blob - projects/stargazer/inst/linux/etc/stargazer/conf-available.d/store_mysql.conf
DB store plugin params unified
[stg.git] / projects / stargazer / inst / linux / etc / stargazer / conf-available.d / store_mysql.conf
1 <StoreModule store_mysql>
2     # Database server address
3     # Parameter: required
4     # Value: IP address or DNS name
5     # Default: localhost
6     server = localhost
7
8     # Database name
9     # Parameter: required
10     # Value: any, supported by database
11     # Default: stg
12     database = stg
13
14     # Database username
15     # Parameter: required
16     # Value: any, supported by database
17     # Default: stg
18     user = stg
19
20     # Database password
21     # Parameter: required
22     # Value: any, supported by database
23     # Default: 123456
24     password = 123456
25 </StoreModule>