]> git.stg.codes - stg.git/blob - projects/stargazer/inst/freebsd/etc/stargazer/conf-available.d/store_firebird.conf
Configuration files translated into english
[stg.git] / projects / stargazer / inst / freebsd / etc / stargazer / conf-available.d / store_firebird.conf
1 <StoreModule store_firebird>
2     # Database server address
3     # Parameter: required
4     # Value: IP address or DNS name
5     # Default: localhost
6     server = localhost
7
8     # Path to the database on the server or its alias
9     # Parameter: required
10     # Value: file path
11     # Default: /var/stg/stargazer.fdb
12     database = /var/stg/stargazer.fdb
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
26     # The transaction isolation level
27     # Parameter: optional
28     # Values: concurrency, dirtyread, readcommitted, consistency
29     # Defalt: concurrency
30     isolationLevel = concurrency
31
32     # Responding to lock (optional, defaults to wait):
33     # Parameter: optional
34     # Values: wait, nowait
35     # Defalt: wait
36     lockResolution = wait
37 </StoreModule>