root/lang/perl/Moxy/trunk/config.yaml @ 3945

Revision 3834, 0.8 kB (checked in by tokuhirom, 5 years ago)

Moxy: なんか変更。

Line 
1---
2global:
3  application:
4    host: moxy.gp.ath.cx
5    port: 9999
6  storage:
7    module: DBM_File
8    file: /tmp/moxy.gdbm
9    dbm_class: NDBM_File
10  server:
11    module: HTTPProxy
12    port: 9999
13    host: ""
14    max_clients: 80
15  log:
16    targets:
17      - module: Log::Dispatch::Screen
18        conf:
19          name: screen
20          min_level: debug
21          stderr: 1
22      - module: Log::Dispatch::File
23        conf:
24          name: file
25          min_level: info
26          filename: log.txt
27          mode: append
28
29plugins:
30  - module: Application
31  - module: Pictogram
32  - module: HTMLWidth
33  - module: HTTPEnv
34  - module: ControlPanel
35  - module: GPS
36  - module: UserAgentSwitcher
37  - module: XMLisHTML
38  - module: RefererCutter
39  - module: FlashUseImgTag
40  - module: DisableTableTag
41  - module: ShowHTTPHeaders
42  - module: QRCode
43
Note: See TracBrowser for help on using the browser.