/[Grep]/etc/config.yml
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Annotation of /etc/config.yml

Parent Directory Parent Directory | Revision Log Revision Log


Revision 9 - (hide annotations)
Sat Feb 17 23:32:33 2007 UTC (17 years, 2 months ago) by dpavlin
File size: 860 byte(s)
huge sweeping changes including: PubSub infrastructure and well results :-)
1 dpavlin 1 ---
2     framework:
3     AdminMode: 1
4 dpavlin 2 ApplicationClass: Grep
5     ApplicationName: Grep
6 dpavlin 1 ApplicationUUID: 35f11289-3eab-4be6-a4ba-6169f88265a0
7     Database:
8     CheckSchema: 1
9 dpavlin 2 Database: grep
10 dpavlin 1 Driver: SQLite
11     Host: localhost
12     Password: ''
13     RecordBaseClass: Jifty::DBI::Record::Cachable
14     User: ''
15 dpavlin 3 Version: 0.0.2
16 dpavlin 1 DevelMode: 1
17     L10N:
18     PoDir: share/po
19 dpavlin 6 # LogLevel: INFO
20     LogLevel: DEBUG
21 dpavlin 1 Mailer: Sendmail
22     MailerArgs: []
23    
24 dpavlin 9 Plugins:
25     - EditInPlace: {}
26 dpavlin 1
27     PubSub:
28 dpavlin 9 # Backend: Memcached
29     Enable: 1
30 dpavlin 1 Web:
31     BaseURL: http://localhost
32     DataDir: var/mason
33     Globals: []
34    
35     MasonConfig:
36     autoflush: 0
37     default_escape_flags: h
38     error_format: text
39     error_mode: fatal
40     Port: 8888
41     ServeStaticFiles: 1
42     StaticRoot: share/web/static
43     TemplateRoot: share/web/templates
44 dpavlin 9 ServerClass: Grep::Server

  ViewVC Help
Powered by ViewVC 1.1.26