Changes between Version 37 and Version 38 of ConfigurationGuidelines
- Timestamp:
- 05/06/10 00:51:54 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ConfigurationGuidelines
v37 v38 31 31 Production system should use MySQL: 32 32 * Edit {{{models/00_db.py}}} 33 === Security === 34 Before the 1st login, edit {{{models/00_settings.py}}}: 35 {{{ 36 auth.settings.hmac_key 37 }}} 33 38 === Configurable Options === 34 39 These can be set via [http://127.0.0.1:8000/sahana/admin/setting/update/1] … … 47 52 mail.settings.server 48 53 mail.sender 49 auth.settings.hmac_key (Do this *before* registering the 1st user!)50 54 auth.settings.registration_requires_verification 51 55 auth.settings.registration_requires_approval