/[SVNBrowser]/trunk/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 /trunk/etc/config.yml

Parent Directory Parent Directory | Revision Log Revision Log


Revision 26 - (show annotations)
Sun Dec 10 00:01:33 2006 UTC (17 years, 4 months ago) by dpavlin
File size: 985 byte(s)
a bunch of improvements:
- moved regex to extract branch from path to config.yml as branch_regex
- added filtering by branch (two new models Branch and RevisionBranch for that)
- added indexes where needed to speed-up filtering
1 ---
2 framework:
3 AdminMode: 1
4 ApplicationClass: SVNBrowser
5 ApplicationName: SVNBrowser
6 Database:
7 CheckSchema: 1
8 Database: svnbrowser
9 Driver: SQLite
10 Host: localhost
11 Password: ''
12 RecordBaseClass: Jifty::DBI::Record::Cachable
13 User: ''
14 Version: 0.0.1
15 DevelMode: 1
16 L10N:
17 PoDir: share/po
18 LogLevel: ALL
19 Mailer: Sendmail
20 MailerArgs: []
21
22 Plugins: []
23
24 PubSub:
25 Backend: Memcached
26 Enable: ~
27 Web:
28 BaseURL: http://localhost
29 DataDir: var/mason
30 Globals: []
31
32 MasonConfig:
33 autoflush: 0
34 default_escape_flags: h
35 error_format: text
36 error_mode: fatal
37 Port: 7700
38 ServeStaticFiles: 1
39 StaticRoot: share/web/static
40 TemplateRoot: share/web/templates
41
42 application:
43 # repository: svn://svn.pliva.hr/strix/
44 # repository: svn://localhost/strix/
45 # branch_regex: '(/[^/]+)(/.*)$'
46 repository: file:///home/dpavlin/.svk/pliva
47 branch_regex: '(/[^/]+/[^/]+)(/.*)$'
48 # vim: /usr/bin/vim

  ViewVC Help
Powered by ViewVC 1.1.26