/[Arh]/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 10 - (show annotations)
Thu Nov 29 17:17:16 2007 UTC (16 years, 4 months ago) by dpavlin
File size: 1107 byte(s)
added users/passowrds all over the place
1 ---
2 framework:
3 AdminMode: 1
4 ApplicationClass: Arh
5 ApplicationName: Arh
6 ApplicationUUID: 8a5ad298-ba19-41ca-86e5-ce9c2f7773ff
7 ConfigFileVersion: 2
8 Database:
9 AutoUpgrade: 1
10 CheckSchema: 1
11 Database: arh
12 Driver: SQLite
13 Host: localhost
14 Password: ''
15 RecordBaseClass: Jifty::DBI::Record::Cachable
16 User: ''
17 Version: 0.0.9
18 DevelMode: 1
19 L10N:
20 PoDir: share/po
21 LogLevel: INFO
22 Mailer: Sendmail
23 MailerArgs: []
24
25 Plugins:
26 - LetMe: {}
27 - SkeletonApp: {}
28 - REST: {}
29 - Halo: {}
30 - ErrorTemplates: {}
31 - OnlineDocs: {}
32 - CompressedCSSandJS: {}
33 - AdminUI: {}
34 - User: {}
35 - Authentication::Password: {}
36 # - Debug: {}
37
38
39 PubSub:
40 Backend: Memcached
41 Enable: ~
42 SkipAccessControl: 0
43 TemplateClass: Arh::View
44 Web:
45 BaseURL: http://localhost
46 DataDir: var/mason
47 Globals: []
48
49 MasonConfig:
50 autoflush: 0
51 default_escape_flags: h
52 error_format: text
53 error_mode: fatal
54 Port: 8888
55 ServeStaticFiles: 1
56 StaticRoot: share/web/static
57 TemplateRoot: share/web/templates

  ViewVC Help
Powered by ViewVC 1.1.26