Changes between Version 107 and Version 108 of ProjectOptions


Ignore:
Timestamp:
Jan 28, 2011, 2:12:44 PM (13 years ago)
Author:
davea
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ProjectOptions

    v107 v108  
    640640}}}
    641641If present, don't store the stderr log in the database for successful workunits.
    642 May be useful to save on database size. Available since r18528.
    643 
    644 == Hosts, directories, and URLs == #dirs
    645 
    646 (These are created by [MakeProject make_project]; normally you don't need to change them.)
    647 {{{
    648 <master_url>URL</master_url>
    649 }}}
    650 {{{
    651 <long_name>name</long_name>
    652 }}}
    653 {{{
    654 <host>hostname</host>
    655 }}}
    656 name of project's main host, as given by Python's `socket.hostname()`.
    657 Daemons and tasks run on this host by default.
     642May be useful to save on database size. Available since r18528.
     643
     644== Database info == #db
    658645{{{
    659646<db_name>name</db_name>
     
    672659Description a replica database server, which is used for read-only queries. (optional)
    673660
     661== Hosts, directories, and URLs == #dirs
     662
     663(These are created by [MakeProject make_project]; normally you don't need to change them.)
     664{{{
     665<master_url>URL</master_url>
     666}}}
     667{{{
     668<long_name>name</long_name>
     669}}}
     670{{{
     671<host>hostname</host>
     672}}}
     673name of project's main host, as given by Python's `socket.hostname()`.
     674Daemons and tasks run on this host by default.
     675
     676
    674677{{{
    675678<shmem_key>shared_memory_key</shmem_key>