/[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

Contents of /etc/config.yml

Parent Directory Parent Directory | Revision Log Revision Log


Revision 19 - (show annotations)
Sun Feb 18 12:51:26 2007 UTC (17 years, 2 months ago) by dpavlin
File size: 860 byte(s)
added cookie and search_uri to feed model
1 ---
2 framework:
3 AdminMode: 1
4 ApplicationClass: Grep
5 ApplicationName: Grep
6 ApplicationUUID: 35f11289-3eab-4be6-a4ba-6169f88265a0
7 Database:
8 CheckSchema: 1
9 Database: grep
10 Driver: SQLite
11 Host: localhost
12 Password: ''
13 RecordBaseClass: Jifty::DBI::Record::Cachable
14 User: ''
15 Version: 0.0.3
16 DevelMode: 1
17 L10N:
18 PoDir: share/po
19 # LogLevel: INFO
20 LogLevel: DEBUG
21 Mailer: Sendmail
22 MailerArgs: []
23
24 Plugins:
25 - EditInPlace: {}
26
27 PubSub:
28 # Backend: Memcached
29 Enable: ~
30 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 ServerClass: Grep::Server

  ViewVC Help
Powered by ViewVC 1.1.26