root/veekun/trunk/vee.yml

Revision 474, 0.7 KB (checked in by eevee, 12 months ago)

Fixed a handful of warnings.

Line 
1---
2name: Vee
3default_view: TT
4
5authentication:
6    dbic:
7        user_class: DBIC::Users
8        user_field: name
9        password_field: password
10        password_type: hashed
11        password_hash_type: SHA-1
12
13session:
14    dbic_class: DBIC::Sessions
15    expires: 1209600
16    id_field: id
17    data_field: data
18    expires_field: time_expires
19
20static:
21    dirs:
22        - images
23        - stuff
24    ignore_dirs:
25        - lib
26    ignore_extensions:
27        - tt
28
29Model::DBIC:
30    schema_class: Vee::Schema
31    connect_info:
32        - dbi:mysql:pokedex
33        - perl
34        -
35        -   AutoCommit: 1
36            mysql_enable_utf8: 1
37
38Controller::HTML::FormFu:
39    config_file_path: forms
Note: See TracBrowser for help on using the browser.