Changes between Version 73 and Version 74 of ProjectOptions


Ignore:
Timestamp:
Oct 7, 2008, 7:05:13 AM (16 years ago)
Author:
Nicolas
Comment:

Document <replica_db_host>

Legend:

Unmodified
Added
Removed
Modified
  • ProjectOptions

    v73 v74  
    212212{{{
    213213<verify_files_on_app_start/>
     214
    214215}}}
    215216Before starting or restarting an app, check contents of input files and app version files by either MD5 or digital signature check. Detects user tampering with file (but doesn't really increase security, since user could also change MD5s or signatures in client state file).
     
    443444<db_host>               database.host.ip      </db_host>
    444445}}}
    445 Database host machine.
     446Hostname of the database server.
     447{{{
     448<replica_db_host>       database.host.ip      </replica_db_host>
     449}}}
     450Hostname of a replica database server, which is used for read-only queries. (optional)
    446451{{{
    447452<db_user>               database_user_name    </db_user>