Kapcsolódó információk:
Paraméterezési útmutatók

Összehasonlított verziók

Kulcs

  • Beillesztett sor.
  • Törölt sor.
  • Formázás megváltoztatva.

...

Kódblokk
languagebash
titlefirebird-qsoft.conf
#########################################################################
#                                                                       #
#     --- QSoft Kft. firebird.conf recommended modification ---         #
#                                                                       #
# v1.2h.200207                                                          #
# (c) QSoft Kft. support@qsoft.hu                                       #
#########################################################################
#
# Please include this file in the first line of stock firebird.conf file.
# Add this command to the first line "include firebird-qsoft.conf"
# In Windows OS QSoft installer automatically take this include
#
# Please keep in mind, these option overwritten same option in regular firebird.conf
#
# Detailed informaton avaiable: https://firebirdsql.org/en/firebird-rdbms/
##########################################################################
 
# -----------------------------------------------------------------------
# The TCP Port Number to be used for server Event Notification
# messages.  The value of 0 (Zero) means that the server will choose
# a port number randomly.
#
#
# If betwen client and server have a friewall, please add this port to accept rule.
# (and 3050 too)
# If port allocation is dynamic, must create application based firewall rule.
#
# RemoteAuxPort = 0      # Default. Dinamic Event Notification port allocation
# RemoteAuxPort = 30501  # QSoft recommendation
RemoteAuxPort = 30501
 
# -----------------------------------------------------------------------
# Controls the method Firebird engine uses to work with databases and
# related Firebird server startup parameters.
#
# The values are: Super | SuperClassic | Classic
#
#
# QSoft recommendation: ServerMode = SuperClassic
#
#ServerMode = Super  # Default.
ServerMode = SuperClassic
 
# -----------------------------------------------------------------------
# Seconds to wait on a silent client connection before the server sends
# dummy packets to request acknowledgment.
#
# DummyPacketInterval = 0     # Default.
# DummyPacketInterval = 3600  # QSoft recommendation
#
DummyPacketInterval = 3600
 
# -----------------------------------------------------------------------
# Should connection over the wire be encrypted?
# Has 3 different values: Required | Enabled | Disabled.
#
#
# WireCrypt = Enabled  # QSoft recommendation
#                      # and need for QSoft Excel Function
#
#WireCrypt = Required  # Default for server
WireCrypt = Enabled
 
# -----------------------------------------------------------------------
#  ???
# By default, connections from any available network interface are allowed.
# RemoteBindAddress =
# RemoteBindAddress = 0.0.0.0 ### IMHO, not needed

# -----------------------------------------------------------------------
# Legacy auth settings
# any application that uses older sign-in methods
#
# If You had a connection error, then
# please uncomment following lines
# and set the WireCrypt = Enabled
#
#AuthServer = Legacy_Auth, Srp, Win_Sspi
#AuthClient = Legacy_Auth, Srp, Win_Sspi
#UserManager = Legacy_UserManager, Srp

...