/[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 157 - (hide annotations)
Sun Jun 10 19:56:21 2007 UTC (16 years, 11 months ago) by dpavlin
File size: 1246 byte(s)
added ScrapBook owner to configuration file and create objects with correct ownership
1 dpavlin 1 ---
2     framework:
3 dpavlin 150 AdminMode: 1
4 dpavlin 2 ApplicationClass: Grep
5     ApplicationName: Grep
6 dpavlin 1 ApplicationUUID: 35f11289-3eab-4be6-a4ba-6169f88265a0
7 dpavlin 150 ConfigFileVersion: 2
8 dpavlin 1 Database:
9     CheckSchema: 1
10 dpavlin 150 Database: grep
11 dpavlin 1 Driver: SQLite
12     Host: localhost
13     Password: ''
14     RecordBaseClass: Jifty::DBI::Record::Cachable
15     User: ''
16 dpavlin 73 Version: 0.0.6
17 dpavlin 150 DevelMode: 1
18 dpavlin 1 L10N:
19     PoDir: share/po
20 dpavlin 150 # LogLevel: INFO
21     LogLevel: DEBUG
22 dpavlin 1 Mailer: Sendmail
23     MailerArgs: []
24    
25 dpavlin 9 Plugins:
26 dpavlin 150 - LetMe: {}
27     - SkeletonApp: {}
28     # - REST: {}
29     - Halo: {}
30     - ErrorTemplates: {}
31     - OnlineDocs: {}
32     # - CompressedCSSandJS: {}
33     - AdminUI: {}
34     - EditInPlace: {}
35     - DumpDispatcher: {}
36 dpavlin 28 - Login: {}
37 dpavlin 1
38     PubSub:
39 dpavlin 9 # Backend: Memcached
40 dpavlin 44 # Backend: JiftyDBI
41     Enable: ~
42 dpavlin 1 Web:
43     BaseURL: http://localhost
44     DataDir: var/mason
45     Globals: []
46    
47     MasonConfig:
48 dpavlin 150 autoflush: 0
49 dpavlin 1 default_escape_flags: h
50     error_format: text
51     error_mode: fatal
52     Port: 8888
53     ServeStaticFiles: 1
54     StaticRoot: share/web/static
55     TemplateRoot: share/web/templates
56 dpavlin 44 # ServerClass: Grep::Server
57 dpavlin 154
58     application:
59     # path relative to StaticRoot above to ScrapBook RDF
60     ScrapBookDir: /scrapbook/
61 dpavlin 157 ScrapBookOwner: 'dpavlin@rot13.org'

  ViewVC Help
Powered by ViewVC 1.1.26