arnie / joshissexy

arnie (author)
Sat May 17 01:17:42 -0700 2008
commit  b6a5d1bc8d44e8f816665c02f190ebf2786bd9f0
tree    076955a6b5811b8e4cf9bcc2fc87bdf624269773
parent  c3b55bfa763d3cf1def35109cffe9c28c5504d78
joshissexy / joshissexy.yml.example
100644 27 lines (26 sloc) 0.643 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
---
name: joshissexy_test
connect_info:
    - 'dbi:Pg:dbname=DATABASE'
    - 'USERNAME'
    - 'PASSWORD'
form:
    method: post
    stylesheet: 0
    cookies: 0
    javascript: 0
authentication:
    dbic:
        user_class: joshissexyDB::Users
        user_field: username
        password_field: password
        password_type: hashed
        password_hash_type: SHA-1
authorization:
    dbic:
        role_class: joshissexyDB::Roles
        role_field: role
        role_rel: map_user_role
        user_role_user_field: user_id
session:
    storage: /tmp/joshissexy_temp