]> git.stg.codes - stg.git/blob - projects/stargazer/inst/freebsd/etc/stargazer/conf-available.d/store_mysql.conf
Merge branch 'stg-2.409-radius'
[stg.git] / projects / stargazer / inst / freebsd / etc / stargazer / conf-available.d / store_mysql.conf
1 # Enables MySQL backend.
2 <StoreModule store_mysql>
3     # Database server address
4     # Parameter: required
5     # Value: IP address or DNS name
6     # Default: localhost
7     Server = localhost
8
9     # Database name
10     # Parameter: required
11     # Value: any, supported by database
12     # Default: stg
13     Database = stg
14
15     # Database username
16     # Parameter: required
17     # Value: any, supported by database
18     # Default: stg
19     User = stg
20
21     # Database password
22     # Parameter: required
23     # Value: any, supported by database
24     # Default: 123456
25     Password = 123456
26 </StoreModule>