]> git.stg.codes - stg.git/blob - stargazer/inst/freebsd/etc/stargazer/conf-available.d/store_postgresql.conf
Port to CMake, get rid of os_int.h.
[stg.git] / stargazer / inst / freebsd / etc / stargazer / conf-available.d / store_postgresql.conf
1 # Enables PostgreSQL backend.
2 <StoreModule store_postgresql>
3     # Database server address
4     # Parameter: optional
5     # Value: IP address or DNS name
6     # Default: localhost
7     # Server = localhost
8
9     # Database name
10     # Parameter: optional
11     # Value: any, supported by database
12     # Default: stargazer
13     # Database = stargazer
14
15     # Database username
16     # Parameter: optional
17     # Value: any, supported by database
18     # Default: stg
19     # User = stg
20
21     # Database password
22     # Parameter: optional
23     # Value: any, supported by database
24     # Default: 123456
25     # Password = 123456
26
27     # Number of tries to reconnect
28     # Parameter: optional
29     # Value: positive integer
30     # Default: 3
31     # Retries = 3
32 </StoreModule>