mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 16:03:02 +01:00
Merged contents of src/misc/firebird.conf into src/install/misc/firebird.conf.
This commit is contained in:
parent
552c7129d8
commit
4610d69e5a
@ -1,16 +1,23 @@
|
||||
#
|
||||
# Firebird configuration file
|
||||
#
|
||||
|
||||
#RootDirectory =
|
||||
#SortMemBlockSize = 1048576
|
||||
#SortMemUpperLimit = 268435456
|
||||
#TempDirectories =
|
||||
#GuardianOption = 1
|
||||
|
||||
# Specify the root directory under which firebird is installed.
|
||||
|
||||
RootDirectory=/usr/local/firebird
|
||||
|
||||
|
||||
#RootDirectory = /usr/local/firebird
|
||||
|
||||
# Turn on/off special handling for openning nfs data files
|
||||
#
|
||||
# The following option works if a database file exists on a NFS mounted
|
||||
# partition.
|
||||
# The original behavour in InterBase(r) was to try and connect to a firebird
|
||||
#db server on the remote machine via port 3050, this ensures that all opens
|
||||
# db server on the remote machine via port 3050, this ensures that all opens
|
||||
# of a file occur on the same machine and locking etc can be handled
|
||||
# appropriately.
|
||||
# However this often causes frustration since often you end up in a position
|
||||
@ -18,4 +25,4 @@ RootDirectory=/usr/local/firebird
|
||||
# though it resides on a nfs share. So the next option allows us to turn
|
||||
# this 'feature' off.
|
||||
|
||||
RemoteFileOpenAbility=0
|
||||
#RemoteFileOpenAbility = 0
|
||||
|
@ -1,10 +0,0 @@
|
||||
#
|
||||
# Firebird configuration file
|
||||
#
|
||||
|
||||
#RootDirectory =
|
||||
#SortMemBlockSize = 1048576
|
||||
#SortMemUpperLimit = 268435456
|
||||
#RemoteFileOpenAbility = 0
|
||||
#TempDirectories =
|
||||
#GuardianOption = 1
|
Loading…
Reference in New Issue
Block a user