/[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 36 - (show annotations)
Tue Feb 20 10:14:28 2007 UTC (17 years, 2 months ago) by dpavlin
File size: 898 byte(s)
a bit of glue to use Login plugin
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.4
16 DevelMode: 1
17 L10N:
18 PoDir: share/po
19 # LogLevel: INFO
20 LogLevel: DEBUG
21 Mailer: Sendmail
22 MailerArgs: []
23
24 Plugins:
25 - Login: {}
26 - EditInPlace: {}
27
28 PubSub:
29 # Backend: Memcached
30 Backend: JiftyDBI
31 Enable: 1
32 Web:
33 BaseURL: http://localhost
34 DataDir: var/mason
35 Globals: []
36
37 MasonConfig:
38 autoflush: 1
39 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 ServerClass: Grep::Server

  ViewVC Help
Powered by ViewVC 1.1.26