]> git.stg.codes - stg.git/blob - stargazer/inst/freebsd/etc/stargazer/conf-available.d/store_firebird.conf
Port to CMake, get rid of os_int.h.
[stg.git] / stargazer / inst / freebsd / etc / stargazer / conf-available.d / store_firebird.conf
1 # Enables Firebird backend.
2 <StoreModule store_firebird>
3     # Database server address
4     # Parameter: optional
5     # Value: IP address or DNS name
6     # Default: localhost
7     # Server = localhost
8
9     # Path to the database on the server or its alias
10     # Parameter: optional
11     # Value: file path
12     # Default: /var/stg/stargazer.fdb
13     # Database = /var/stg/stargazer.fdb
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     # The transaction isolation level
28     # Parameter: optional
29     # Values: concurrency, dirtyread, readcommitted, consistency
30     # Defalt: concurrency
31     # IsolationLevel = concurrency
32
33     # Responding to lock (optional, defaults to wait):
34     # Parameter: optional
35     # Values: wait, nowait
36     # Defalt: wait
37     # LockResolution = wait
38 </StoreModule>