mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-02-02 10:00:38 +01:00
Description for PR #8327
This commit is contained in:
parent
b8f24cdd61
commit
3575d91738
@ -122,6 +122,45 @@ database
|
|||||||
# Multiple entries are allowed (for different synchronous replicas).
|
# Multiple entries are allowed (for different synchronous replicas).
|
||||||
#
|
#
|
||||||
# sync_replica =
|
# sync_replica =
|
||||||
|
#
|
||||||
|
# It's also possible to configure replicas as separate sub-sections, e.g.:
|
||||||
|
#
|
||||||
|
# sync_replica = server1:replica
|
||||||
|
# {
|
||||||
|
# username = john
|
||||||
|
# password = smith
|
||||||
|
# }
|
||||||
|
#
|
||||||
|
# sync_replica = server2:replica
|
||||||
|
# {
|
||||||
|
# username = john
|
||||||
|
# password = smith
|
||||||
|
# }
|
||||||
|
#
|
||||||
|
# This way characters ':' and '@' are allowed inside username/password or database pathname.
|
||||||
|
#
|
||||||
|
# Alternative parameters -- username_env, password_env, username_file, password_file -- allow
|
||||||
|
# to specify username and password externally, using either environment variables or
|
||||||
|
# plain text files respectively, e.g.:
|
||||||
|
#
|
||||||
|
# sync_replica = server2:/my/replica/database.fdb
|
||||||
|
# {
|
||||||
|
# username_env = FB_REPL_USER
|
||||||
|
# password_file = /opt/firebird/repl_pwd.txt
|
||||||
|
# }
|
||||||
|
#
|
||||||
|
# sync_replica = server2:/my/replica/database.fdb
|
||||||
|
# {
|
||||||
|
# username_file = /opt/firebird/repl_user.txt
|
||||||
|
# password_env = FB_REPL_PWD
|
||||||
|
# }
|
||||||
|
#
|
||||||
|
# If username_file / password_file is specified, the first non-empty line of the provided file
|
||||||
|
#
|
||||||
|
# If username_file or password_file values represent a relative pathname,
|
||||||
|
# it's resolved based on the Firebird root directory:
|
||||||
|
#
|
||||||
|
# password_file = repl_pwd.txt # => resolves to /opt/firebird/repl_pwd.txt
|
||||||
|
|
||||||
|
|
||||||
### REPLICA SIDE SETTINGS
|
### REPLICA SIDE SETTINGS
|
||||||
|
Loading…
Reference in New Issue
Block a user