X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/89047aa554682fcb31ee522bbcc24147a67a63d6..c1a020a6bf83da0186278491af2d0bfa8d917b44:/projects/stargazer/inst/linux/etc/stargazer/conf-available.d/store_firebird.conf diff --git a/projects/stargazer/inst/linux/etc/stargazer/conf-available.d/store_firebird.conf b/projects/stargazer/inst/linux/etc/stargazer/conf-available.d/store_firebird.conf new file mode 100644 index 00000000..837889e3 --- /dev/null +++ b/projects/stargazer/inst/linux/etc/stargazer/conf-available.d/store_firebird.conf @@ -0,0 +1,37 @@ + + # Database server address + # Parameter: required + # Value: IP address or DNS name + # Default: localhost + server = localhost + + # Path to the database on the server or its alias + # Parameter: required + # Value: file path + # Default: /var/stg/stargazer.fdb + database = /var/stg/stargazer.fdb + + # Database username + # Parameter: required + # Value: any, supported by database + # Default: stg + user = stg + + # Database password + # Parameter: required + # Value: any, supported by database + # Default: 123456 + password = 123456 + + # The transaction isolation level + # Parameter: optional + # Values: concurrency, dirtyread, readcommitted, consistency + # Defalt: concurrency + isolationLevel = concurrency + + # Responding to lock (optional, defaults to wait): + # Parameter: optional + # Values: wait, nowait + # Defalt: wait + lockResolution = wait +