root/lang/perl/mobirc/trunk/mobirc/config.yaml.sample @ 864

Revision 864, 0.8 kB (checked in by tokuhirom, 6 years ago)

lang/perl/mobirc: user should set irc->incode.

Line 
1---
2# global:
3#   assets_dir: /usr/local/share/mobirc/assets
4#   pid_fname: /vat/run/mobirc-sample.pid
5
6irc:
7  server: 127.0.0.1
8  port: 252322
9  nick: netwatcher
10  desc: Net Watcher
11  username: netwatcher
12  # password: netwatch
13  incode: utf-8
14
15httpd:
16  port: 5785
17  title: mobirc
18  lines: 40
19  cookie_expires: +3d
20  use_cookie: 1
21  authorizer:
22    - module: Mobirc::HTTPD::Authorizer::Cookie
23      config:
24        username: netwatcher
25        password: 1152
26    - module: Mobirc::HTTPD::Authorizer::BasicAuth
27      config:
28        username: netwatcher
29        password: 0721
30    # - module: Mobirc::HTTPD::Authorizer::EZSubscriberID
31    #   config:
32    #     au_subscriber_id: 25253252_oe.ezweb.ne.jp
33  # charset: cp932
34  # root: /
35  # content_type: text/html; charset=Shift_JIS
36  # au_pcsv: 1
37
Note: See TracBrowser for help on using the browser.