databases.conf 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. # ------------------------------
  2. # List of known databases
  3. # ------------------------------
  4. #
  5. # Makes it possible to specify per-database configuration parameters.
  6. # See the list of them and description on file firebird.conf.
  7. # To place that parameters in this file add them in curly braces
  8. # after "alias = /path/to/database.fdb" line. Example:
  9. # big = /databases/bigdb.fdb
  10. # {
  11. # LockMemSize = 32M # We know that bigdb needs a lot of locks
  12. # LockHashSlots = 19927 # and big enough hash table for them
  13. # }
  14. #
  15. #
  16. # Example Database:
  17. #
  18. employee.fdb = $(dir_sampleDb)/employee.fdb
  19. employee = $(dir_sampleDb)/employee.fdb
  20. #
  21. # Master security database specific setup.
  22. # Do not remove it until you understand well what are you doing!
  23. #
  24. security.db = $(dir_secDb)/security3.fdb
  25. {
  26. RemoteAccess = false
  27. DefaultDbCachePages = 50
  28. }
  29. #
  30. # Live Databases:
  31. #
  32. sample_1202 = /data/db/sample_1202.fdb
  33. sample_1301 = /data/db/sample_1301.fdb
  34. sample_1401 = /data/db/sample_1401.fdb
  35. sample_1501 = /data/db/sample_1501.fdb
  36. sample_1601 = /data/db/sample_1601.fdb
  37. sample_1701 = /data/db/sample_1701.fdb
  38. #reference = /data/db/reference.fdb
  39. reference_custom = /data/db/reference_custom.fdb