no need for inc
[blog.pm.git] / blog.yml
blob78ff97239788e1fc432b893e7d2d7958c08ae51c
1 ---
2 name: Blog
3 author: vti
4 copyright: '2008 GPL'
5 title: 'Гентология и перловка'
6 description: 'Gentoo GNU/Linux, Perl, Catalyst, vim'
7 language: 'ru'
9 authentication:
10     default_realm: 'admins'
11     realms:
12         admins:
13             credential:
14                 class: 'Password'
15                 password_field: 'password'
16                 password_type: 'clear'
17             store:
18                 class: 'Minimal'
19                 users:
20                     vti:
21                         password: '333'
22         openid:
23             credential:
24                 class: OpenID
25                 store:
26                     class: OpenID
27             ua_args:
28                 whitelisted_hosts:
29                     - 127.0.0.1
30                     - localhost
32 View::TT:
33   ENCODING: 'UTF-8'