/[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 3 - (hide annotations)
Sat Feb 17 17:10:27 2007 UTC (17 years, 2 months ago) by dpavlin
File size: 791 byte(s)
a try at implementing fetch action
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     LogLevel: INFO
20     Mailer: Sendmail
21     MailerArgs: []
22    
23     Plugins: []
24    
25     PubSub:
26     Backend: Memcached
27     Enable: ~
28     Web:
29     BaseURL: http://localhost
30     DataDir: var/mason
31     Globals: []
32    
33     MasonConfig:
34     autoflush: 0
35     default_escape_flags: h
36     error_format: text
37     error_mode: fatal
38     Port: 8888
39     ServeStaticFiles: 1
40     StaticRoot: share/web/static
41     TemplateRoot: share/web/templates

  ViewVC Help
Powered by ViewVC 1.1.26