-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgourmetspot.yml
52 lines (52 loc) · 1.27 KB
/
gourmetspot.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
41
42
43
44
45
46
47
48
49
50
51
52
---
Model::TheSchwartz:
args:
databases:
- dsn: dbi:mysql:theschwartz
user: root
Plugin::Authentication:
default_realm: members
realms:
members:
credential:
class: Password
password_field: password
password_hash_type: SHA-1
password_type: hashed
store:
class: DBIx::Class
id_field: mail
user_model: DBIC::Member
role_relation: roles
role_field: role
View::Email:
default:
charset: iso-2022-jp
content_type: text/plain
view: TTMail
from: [email protected]
sender:
mailer: GourmetSpot::Util::Mailer
mailer_args:
databases:
- dsn: dbi:mysql:theschwartz
user: root
stash_key: email
template_prefix: email
View::JSON:
allow_callback: 1
expose_stash: json_data
default_view: TTSite
name: GourmetSpot
session:
data_field: session_data
dbic_class: DBIC::Session
expires: 3600
validator:
profiles: __path_to(profiles.yml)__
Worker::Mailer:
mailer: Sendmail
Plugin::ConfigLoader:
driver:
General:
-UTF8: 1