File: config.yml

package info (click to toggle)
libjifty-plugin-chart-perl 1.01%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 348 kB
  • ctags: 350
  • sloc: perl: 2,614; sh: 48; makefile: 2
file content (55 lines) | stat: -rw-r--r-- 1,133 bytes parent folder | download | duplicates (2)
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
53
54
55
--- 
framework: 
  AdminMode: 1
  ApplicationClass: TestApp::Plugin::Chart
  ApplicationName: TestApp-Plugin-Chart
  ApplicationUUID: D16D885C-3E10-11DC-ABE9-A583E6FF98E1
  ConfigFileVersion: 2
  Database: 
    CheckSchema: 1
    Database: testapp_plugin_chart
    Driver: SQLite
    Host: localhost
    Password: ''
    RecordBaseClass: Jifty::DBI::Record::Cachable
    RecordUUIDs: active
    User: ''
    Version: 0.0.1
  DevelMode: 0
  L10N: 
    PoDir: share/po
  LogLevel: INFO
  Mailer: Sendmail
  MailerArgs: []

  Plugins: 
    - LetMe: {}
    - SkeletonApp: {}
    - REST: {}
    - Halo: {}
    - ErrorTemplates: {}
    - OnlineDocs: {}
    - CompressedCSSandJS: {}
    - AdminUI: {}

    - Chart: {}

  PubSub: 
    Backend: Memcached
    Enable: ~
  SkipAccessControl: 0
  TemplateClass: TestApp::Plugin::Chart::View
  Web: 
    BaseURL: http://localhost
    DataDir: var/mason
    Globals: []

    MasonConfig: 
      autoflush: 0
      default_escape_flags: h
      error_format: text
      error_mode: fatal
    Port: 8888
    ServeStaticFiles: 1
    StaticRoot: share/web/static
    TemplateRoot: share/web/templates