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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 30 - (hide annotations)
Sun Dec 10 18:42:45 2006 UTC (17 years, 4 months ago) by dpavlin
File size: 1004 byte(s)
EditInPlace plugin
1 dpavlin 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 dpavlin 21 DevelMode: 1
16 dpavlin 1 L10N:
17     PoDir: share/po
18 dpavlin 21 LogLevel: ALL
19 dpavlin 1 Mailer: Sendmail
20     MailerArgs: []
21    
22 dpavlin 30 Plugins:
23     - EditInPlace: {}
24 dpavlin 1
25     PubSub:
26     Backend: Memcached
27     Enable: ~
28     Web:
29     BaseURL: http://localhost
30     DataDir: var/mason
31     Globals: []
32    
33     MasonConfig:
34     autoflush: 0
35     default_escape_flags: h
36     error_format: text
37     error_mode: fatal
38 dpavlin 18 Port: 7700
39 dpavlin 1 ServeStaticFiles: 1
40     StaticRoot: share/web/static
41     TemplateRoot: share/web/templates
42 dpavlin 21
43     application:
44 dpavlin 24 # repository: svn://svn.pliva.hr/strix/
45 dpavlin 26 # repository: svn://localhost/strix/
46     # branch_regex: '(/[^/]+)(/.*)$'
47     repository: file:///home/dpavlin/.svk/pliva
48     branch_regex: '(/[^/]+/[^/]+)(/.*)$'
49 dpavlin 24 # vim: /usr/bin/vim

  ViewVC Help
Powered by ViewVC 1.1.26