Changeset 406 for veekun/trunk/vee.yml
- Timestamp:
- 02/08/08 02:44:39 (2 years ago)
- Files:
-
- 1 modified
-
veekun/trunk/vee.yml (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
veekun/trunk/vee.yml
r109 r406 9 9 password_hash_type: SHA-1 10 10 11 authorization:12 dbic:13 role_class: DBIC::Permissions14 # The name of the field in the 'roles' table that contains the role name15 role_field: permission16 # The name of the accessor used to map a role to the users who have this role17 # See the has_many() in MyAppDB/Role.pm18 role_rel: users19 # The name of the field in the user_role table that references the user20 user_role_user_field: userid21 22 11 session: 23 12 dbic_class: DBIC::Sessions … … 25 14 id_field: id 26 15 data_field: data 27 expires_field: expires16 expires_field: time_expires 28 17 29 18 static:
