root/config/plagger/hsbt/config.mixi.yaml

Revision 22068, 0.6 kB (checked in by hsbt, 4 weeks ago)

using Crypt::Pit, and tiny change.

Line 
1global:
2  assets_path: /home/hsbt/misc/plagger/assets
3  encrypt: pit
4  log:
5    level: info
6  cache:
7    base: /home/hsbt/misc/plagger
8  timezone: Asia/Tokyo
9
10plugins:
11  - module: CustomFeed::MixiScraper
12    config:
13      email: shibata.hiroshi@gmail.com
14      password: pit::mixi.jp/:password/
15      fetch_body: 1
16      show_icon: 1
17
18  - module: Filter::Rule
19    rule:
20     module: Deduped
21     path: /home/hsbt/misc/plagger/cache_rule/mixi.cache
22     compare_body: 1
23
24  - module: Store::Fastladder
25    config:
26      connect_info:
27        - dbi:mysql:fastladder_production
28        - root
29        - on_connect_do:
30            - SET NAMES utf8
31      member_id: 1
Note: See TracBrowser for help on using the browser.