2005-03-20 12:11:33 +01:00
|
|
|
# ------------------------------
|
2013-04-15 14:10:10 +02:00
|
|
|
# List of known databases
|
2005-03-11 15:54:49 +01:00
|
|
|
# ------------------------------
|
2005-03-20 12:11:33 +01:00
|
|
|
|
2013-04-15 14:10:10 +02:00
|
|
|
#
|
|
|
|
# Makes it possible to specify per-database configuration parameters.
|
|
|
|
# See the list of them and description on file firebird.conf.
|
|
|
|
# To place that parameters in this file add them in curly braces
|
|
|
|
# after "alias = /path/to/database.fdb" line. Example:
|
|
|
|
# big = /databases/bigdb.fdb
|
|
|
|
# {
|
|
|
|
# LockMemSize = 32M # We know that bigdb needs a lot of locks
|
|
|
|
# LockHashSlots = 19927 # and big enough hash table for them
|
|
|
|
# }
|
|
|
|
#
|
|
|
|
|
2005-03-11 15:54:49 +01:00
|
|
|
#
|
2005-03-20 12:11:33 +01:00
|
|
|
# Example Database:
|
2005-03-11 15:54:49 +01:00
|
|
|
#
|
2014-01-31 15:43:25 +01:00
|
|
|
employee.fdb = $(dir_sampleDb)/employee.fdb
|
|
|
|
employee = $(dir_sampleDb)/employee.fdb
|
2005-03-11 15:54:49 +01:00
|
|
|
|
2013-11-22 16:21:11 +01:00
|
|
|
#
|
|
|
|
# Master security database specific setup.
|
|
|
|
# Do not remove it until you understand well what are you doing!
|
|
|
|
#
|
2014-01-31 15:43:25 +01:00
|
|
|
security.db = $(dir_secDb)/security3.fdb
|
2013-11-22 16:21:11 +01:00
|
|
|
{
|
|
|
|
RemoteAccess = false
|
|
|
|
}
|
|
|
|
|
2005-03-20 12:11:33 +01:00
|
|
|
#
|
2005-03-11 15:54:49 +01:00
|
|
|
# Live Databases:
|
2005-03-20 12:11:33 +01:00
|
|
|
#
|