Changes between Version 37 and Version 38 of ConfigurationGuidelines


Ignore:
Timestamp:
05/06/10 00:51:54 (15 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ConfigurationGuidelines

    v37 v38  
    3131Production system should use MySQL:
    3232 * Edit {{{models/00_db.py}}}
     33=== Security ===
     34Before the 1st login, edit {{{models/00_settings.py}}}:
     35{{{
     36auth.settings.hmac_key
     37}}}
    3338=== Configurable Options ===
    3439These can be set via [http://127.0.0.1:8000/sahana/admin/setting/update/1]
     
    4752mail.settings.server
    4853mail.sender
    49 auth.settings.hmac_key (Do this *before* registering the 1st user!)
    5054auth.settings.registration_requires_verification
    5155auth.settings.registration_requires_approval