X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/f5a242d4251658214e5ce16358a09561a38d7614..46b0747592074017ff0ea4b33d4a7194235886e5:/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 deleted file mode 100644 index 738d75cc..00000000 --- a/projects/stargazer/inst/freebsd/etc/stargazer/conf-available.d/store_firebird.conf +++ /dev/null @@ -1,37 +0,0 @@ - - # 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 -