Changes between Version 143 and Version 144 of ProjectOptions
- Timestamp:
- Nov 10, 2017, 11:25:21 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ProjectOptions
v143 v144 546 546 The hostname can be of the form hostname:port. 547 547 548 == Replica Database info == #db 549 Description a replica database server, which is used for read-only queries (optional). 550 NOTE: according to Bernd Machenschalk, using a separate user account with read-only 551 access to the replica increases the apparent consistency between main and replica. 552 548 553 [ <replica_db_name>name</replica_db_name> ]:: 549 554 [ <replica_db_user>database_user_name</replica_db_user> ]:: 550 555 [ <replica_db_host>hostname</replica_db_host> ]:: 551 556 [ <replica_db_passwd>database_password</replica_db_passwd> ]:: 552 Description a replica database server, which is used for read-only queries (optional). 553 NOTE: according to Bernd Machenschalk, using a separate user account with read-only 554 access to the replica increases the apparent consistency between main and replica. 557 [<replica_fallback_mode>N</replica_fallback_mode> ]:: 558 N= 559 * 0 = default, use db_user if no replica_db_user is specified, first try replica_db_host (if specified) then db_host 560 * 1=only use replica_db_user, first try replica_db_host then db_host 561 * 2=only use replica_db_user, only try replica_db_host 555 562 556 563 == Hosts, directories, and URLs == #dirs