-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathayalike.yml
40 lines (39 loc) · 984 Bytes
/
ayalike.yml
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
28
29
30
31
32
33
34
35
36
37
38
39
40
---
name: Ayalike
pipelines:
Textile:
- Ayalike::Processor::Textile
Markdown:
- Ayalike::Processor::Markdown
Model::DBIC:
schema_class: Ayalike::Schema
connect_info:
- DBI:mysql:database=ayalike;host=localhost
- ayalike
- ayalike
-
quote_char: '`'
name_sep: .
authentication:
default_realm: members
realms:
members:
credential:
class: Password
password_field: password
password_type: clear
store:
class: Minimal
users:
admin:
password: test
roles:
- Administrator
editor:
password: test
roles:
- Editor
View::TT:
TEMPLATE_EXTENSION: .tt
TIMER: 1
RECURSION: 1