/[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 44 - (hide annotations)
Tue Feb 20 21:55:24 2007 UTC (17 years, 3 months ago) by dpavlin
File size: 900 byte(s)
refactoring: after testing IPC::PubSub with vairous back-ends, it seems that COMET isn't a
good choice if you want predictible delivery. It also has problems with delay, because it's
a, uh, bus....

However, this refactoring has a good side: code size is reduced and is now easier to handle.
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 36 Version: 0.0.4
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 dpavlin 28 - Login: {}
26 dpavlin 9 - EditInPlace: {}
27 dpavlin 1
28     PubSub:
29 dpavlin 9 # Backend: Memcached
30 dpavlin 44 # Backend: JiftyDBI
31     Enable: ~
32 dpavlin 1 Web:
33     BaseURL: http://localhost
34     DataDir: var/mason
35     Globals: []
36    
37     MasonConfig:
38 dpavlin 28 autoflush: 1
39 dpavlin 1 default_escape_flags: h
40     error_format: text
41     error_mode: fatal
42     Port: 8888
43     ServeStaticFiles: 1
44     StaticRoot: share/web/static
45     TemplateRoot: share/web/templates
46 dpavlin 44 # ServerClass: Grep::Server

  ViewVC Help
Powered by ViewVC 1.1.26