Changes between Version 73 and Version 74 of ProjectOptions
- Timestamp:
- Oct 7, 2008, 7:05:13 AM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ProjectOptions
v73 v74 212 212 {{{ 213 213 <verify_files_on_app_start/> 214 214 215 }}} 215 216 Before 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). … … 443 444 <db_host> database.host.ip </db_host> 444 445 }}} 445 Database host machine. 446 Hostname of the database server. 447 {{{ 448 <replica_db_host> database.host.ip </replica_db_host> 449 }}} 450 Hostname of a replica database server, which is used for read-only queries. (optional) 446 451 {{{ 447 452 <db_user> database_user_name </db_user>