tags with zero posts fatal error fix
[blog.pm.git] / blog.yml.example
blobe125a2a6abe237df1345f20de4de4d2a5838fcf1
1 ---
2 name: Blog
3 author: vti
4 copyright: '2008 GPL'
5 title: 'My Cool Blog'
6 description: 'About me'
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: 'password'
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'