X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/c1a020a6bf83da0186278491af2d0bfa8d917b44..0907aa4037b12b6b88ee24495d4577a064d4f8db:/projects/stargazer/inst/freebsd/etc/stargazer/conf-available.d/store_firebird.conf diff --git a/projects/stargazer/inst/freebsd/etc/stargazer/conf-available.d/store_firebird.conf b/projects/stargazer/inst/freebsd/etc/stargazer/conf-available.d/store_firebird.conf index 837889e3..39e4ad3d 100644 --- a/projects/stargazer/inst/freebsd/etc/stargazer/conf-available.d/store_firebird.conf +++ b/projects/stargazer/inst/freebsd/etc/stargazer/conf-available.d/store_firebird.conf @@ -1,37 +1,38 @@ +# Enables Firebird backend. # Database server address - # Parameter: required + # Parameter: optional # Value: IP address or DNS name # Default: localhost - server = localhost + # Server = localhost # Path to the database on the server or its alias - # Parameter: required + # Parameter: optional # Value: file path # Default: /var/stg/stargazer.fdb - database = /var/stg/stargazer.fdb + # Database = /var/stg/stargazer.fdb # Database username - # Parameter: required + # Parameter: optional # Value: any, supported by database # Default: stg - user = stg + # User = stg # Database password - # Parameter: required + # Parameter: optional # Value: any, supported by database # Default: 123456 - password = 123456 + # Password = 123456 # The transaction isolation level # Parameter: optional # Values: concurrency, dirtyread, readcommitted, consistency # Defalt: concurrency - isolationLevel = concurrency + # IsolationLevel = concurrency # Responding to lock (optional, defaults to wait): # Parameter: optional # Values: wait, nowait # Defalt: wait - lockResolution = wait + # LockResolution = wait