databases.conf 851 B

1234567891011121314151617181920212223242526272829303132333435
  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)/security4.fdb
  25. {
  26. RemoteAccess = false
  27. DefaultDbCachePages = 256
  28. }
  29. #
  30. # Live Databases:
  31. #