annotate test.ini @ 4237:1a035ab6e082 kallithea-2.2.5-rebrand

Close kallithea-2.2.5-rebrand
author Bradley M. Kuhn <bkuhn@sfconservancy.org>
date Wed, 02 Jul 2014 19:08:40 -0400
parents 3e6291d99a6f
children a68fc4abeda3
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
459
7c978511c951 implemented basic (startup) nose test suite.
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1 ################################################################################
7c978511c951 implemented basic (startup) nose test suite.
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2 ################################################################################
4225
3e6291d99a6f Align and update the outdated ini files and templates
Mads Kiilerich <madski@unity3d.com>
parents: 4212
diff changeset
3 # Kallithea - config for tests: #
3e6291d99a6f Align and update the outdated ini files and templates
Mads Kiilerich <madski@unity3d.com>
parents: 4212
diff changeset
4 # initial_repo_scan = true #
3e6291d99a6f Align and update the outdated ini files and templates
Mads Kiilerich <madski@unity3d.com>
parents: 4212
diff changeset
5 # vcs_full_cache = false #
3e6291d99a6f Align and update the outdated ini files and templates
Mads Kiilerich <madski@unity3d.com>
parents: 4212
diff changeset
6 # sqlalchemy and kallithea_test.sqlite #
3e6291d99a6f Align and update the outdated ini files and templates
Mads Kiilerich <madski@unity3d.com>
parents: 4212
diff changeset
7 # custom logging #
4068
17e3926c3753 added ini files into codecleaner
Marcin Kuzminski <marcin@python-works.com>
parents: 3960
diff changeset
8 # #
459
7c978511c951 implemented basic (startup) nose test suite.
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
9 # The %(here)s variable will be replaced with the parent directory of this file#
7c978511c951 implemented basic (startup) nose test suite.
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
10 ################################################################################
4225
3e6291d99a6f Align and update the outdated ini files and templates
Mads Kiilerich <madski@unity3d.com>
parents: 4212
diff changeset
11 ################################################################################
459
7c978511c951 implemented basic (startup) nose test suite.
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
12
7c978511c951 implemented basic (startup) nose test suite.
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
13 [DEFAULT]
7c978511c951 implemented basic (startup) nose test suite.
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
14 debug = true
1366
9c0f5d558789 fixes #200, rewrote the whole caching mechanism to get rid of such problems. Now cached instances are attached
Marcin Kuzminski <marcin@python-works.com>
parents: 1079
diff changeset
15 pdebug = false
4225
3e6291d99a6f Align and update the outdated ini files and templates
Mads Kiilerich <madski@unity3d.com>
parents: 4212
diff changeset
16
472
91292686c1ed updated config files, and added celery dependency
Marcin Kuzminski <marcin@python-works.com>
parents: 459
diff changeset
17 ################################################################################
4068
17e3926c3753 added ini files into codecleaner
Marcin Kuzminski <marcin@python-works.com>
parents: 3960
diff changeset
18 ## Uncomment and replace with the address which should receive ##
552
2642f128ad46 removed egg info, update files for distutils build
Marcin Kuzminski <marcin@python-works.com>
parents: 549
diff changeset
19 ## any error reports after application crash ##
4212
24c0d584ba86 General renaming to Kallithea
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4210
diff changeset
20 ## Additionally those settings will be used by Kallithea mailing system ##
472
91292686c1ed updated config files, and added celery dependency
Marcin Kuzminski <marcin@python-works.com>
parents: 459
diff changeset
21 ################################################################################
459
7c978511c951 implemented basic (startup) nose test suite.
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
22 #email_to = admin@localhost
472
91292686c1ed updated config files, and added celery dependency
Marcin Kuzminski <marcin@python-works.com>
parents: 459
diff changeset
23 #error_email_from = paste_error@localhost
4210
277684f23146 Rename some strings in defaults found in config files
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4207
diff changeset
24 #app_email_from = kallithea-noreply@localhost
472
91292686c1ed updated config files, and added celery dependency
Marcin Kuzminski <marcin@python-works.com>
parents: 459
diff changeset
25 #error_message =
4212
24c0d584ba86 General renaming to Kallithea
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4210
diff changeset
26 #email_prefix = [Kallithea]
472
91292686c1ed updated config files, and added celery dependency
Marcin Kuzminski <marcin@python-works.com>
parents: 459
diff changeset
27
459
7c978511c951 implemented basic (startup) nose test suite.
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
28 #smtp_server = mail.server.com
4068
17e3926c3753 added ini files into codecleaner
Marcin Kuzminski <marcin@python-works.com>
parents: 3960
diff changeset
29 #smtp_username =
17e3926c3753 added ini files into codecleaner
Marcin Kuzminski <marcin@python-works.com>
parents: 3960
diff changeset
30 #smtp_password =
17e3926c3753 added ini files into codecleaner
Marcin Kuzminski <marcin@python-works.com>
parents: 3960
diff changeset
31 #smtp_port =
472
91292686c1ed updated config files, and added celery dependency
Marcin Kuzminski <marcin@python-works.com>
parents: 459
diff changeset
32 #smtp_use_tls = false
1530
04027bdb876c Refactoring of model get functions
Marcin Kuzminski <marcin@python-works.com>
parents: 1373
diff changeset
33 #smtp_use_ssl = true
3557
58dcef7eef03 Implemented show_id function that is a configurable way to display sha hashes in the changelog.
Marcin Kuzminski <marcin@python-works.com>
parents: 3490
diff changeset
34 ## Specify available auth parameters here (e.g. LOGIN PLAIN CRAM-MD5, etc.)
4068
17e3926c3753 added ini files into codecleaner
Marcin Kuzminski <marcin@python-works.com>
parents: 3960
diff changeset
35 #smtp_auth =
459
7c978511c951 implemented basic (startup) nose test suite.
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
36
7c978511c951 implemented basic (startup) nose test suite.
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
37 [server:main]
4225
3e6291d99a6f Align and update the outdated ini files and templates
Mads Kiilerich <madski@unity3d.com>
parents: 4212
diff changeset
38 ## PASTE ##
3e6291d99a6f Align and update the outdated ini files and templates
Mads Kiilerich <madski@unity3d.com>
parents: 4212
diff changeset
39 #use = egg:Paste#http
3e6291d99a6f Align and update the outdated ini files and templates
Mads Kiilerich <madski@unity3d.com>
parents: 4212
diff changeset
40 ## nr of worker threads to spawn
3479
b45c8916644c synced test.ini with latest changes
Marcin Kuzminski <marcin@python-works.com>
parents: 3393
diff changeset
41 #threadpool_workers = 5
3557
58dcef7eef03 Implemented show_id function that is a configurable way to display sha hashes in the changelog.
Marcin Kuzminski <marcin@python-works.com>
parents: 3490
diff changeset
42 ## max request before thread respawn
3479
b45c8916644c synced test.ini with latest changes
Marcin Kuzminski <marcin@python-works.com>
parents: 3393
diff changeset
43 #threadpool_max_requests = 10
3557
58dcef7eef03 Implemented show_id function that is a configurable way to display sha hashes in the changelog.
Marcin Kuzminski <marcin@python-works.com>
parents: 3490
diff changeset
44 ## option to use threads of process
3479
b45c8916644c synced test.ini with latest changes
Marcin Kuzminski <marcin@python-works.com>
parents: 3393
diff changeset
45 #use_threadpool = true
459
7c978511c951 implemented basic (startup) nose test suite.
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
46
4225
3e6291d99a6f Align and update the outdated ini files and templates
Mads Kiilerich <madski@unity3d.com>
parents: 4212
diff changeset
47 ## WAITRESS ##
3e6291d99a6f Align and update the outdated ini files and templates
Mads Kiilerich <madski@unity3d.com>
parents: 4212
diff changeset
48 use = egg:waitress#main
3e6291d99a6f Align and update the outdated ini files and templates
Mads Kiilerich <madski@unity3d.com>
parents: 4212
diff changeset
49 ## number of worker threads
3381
c48a3381b037 sync test.ini file with upstream
Marcin Kuzminski <marcin@python-works.com>
parents: 3180
diff changeset
50 threads = 5
4225
3e6291d99a6f Align and update the outdated ini files and templates
Mads Kiilerich <madski@unity3d.com>
parents: 4212
diff changeset
51 ## MAX BODY SIZE 100GB
3479
b45c8916644c synced test.ini with latest changes
Marcin Kuzminski <marcin@python-works.com>
parents: 3393
diff changeset
52 max_request_body_size = 107374182400
4225
3e6291d99a6f Align and update the outdated ini files and templates
Mads Kiilerich <madski@unity3d.com>
parents: 4212
diff changeset
53 ## use poll instead of select, fixes fd limits, may not work on old
3e6291d99a6f Align and update the outdated ini files and templates
Mads Kiilerich <madski@unity3d.com>
parents: 4212
diff changeset
54 ## windows systems.
3e6291d99a6f Align and update the outdated ini files and templates
Mads Kiilerich <madski@unity3d.com>
parents: 4212
diff changeset
55 #asyncore_use_poll = True
3e6291d99a6f Align and update the outdated ini files and templates
Mads Kiilerich <madski@unity3d.com>
parents: 4212
diff changeset
56
3e6291d99a6f Align and update the outdated ini files and templates
Mads Kiilerich <madski@unity3d.com>
parents: 4212
diff changeset
57 ## GUNICORN ##
3e6291d99a6f Align and update the outdated ini files and templates
Mads Kiilerich <madski@unity3d.com>
parents: 4212
diff changeset
58 #use = egg:gunicorn#main
3e6291d99a6f Align and update the outdated ini files and templates
Mads Kiilerich <madski@unity3d.com>
parents: 4212
diff changeset
59 ## number of process workers. You must set `instance_id = *` when this option
3e6291d99a6f Align and update the outdated ini files and templates
Mads Kiilerich <madski@unity3d.com>
parents: 4212
diff changeset
60 ## is set to more than one worker
3e6291d99a6f Align and update the outdated ini files and templates
Mads Kiilerich <madski@unity3d.com>
parents: 4212
diff changeset
61 #workers = 1
3e6291d99a6f Align and update the outdated ini files and templates
Mads Kiilerich <madski@unity3d.com>
parents: 4212
diff changeset
62 ## process name
3e6291d99a6f Align and update the outdated ini files and templates
Mads Kiilerich <madski@unity3d.com>
parents: 4212
diff changeset
63 #proc_name = kallithea
3e6291d99a6f Align and update the outdated ini files and templates
Mads Kiilerich <madski@unity3d.com>
parents: 4212
diff changeset
64 ## type of worker class, one of sync, eventlet, gevent, tornado
3e6291d99a6f Align and update the outdated ini files and templates
Mads Kiilerich <madski@unity3d.com>
parents: 4212
diff changeset
65 ## recommended for bigger setup is using of of other than sync one
3e6291d99a6f Align and update the outdated ini files and templates
Mads Kiilerich <madski@unity3d.com>
parents: 4212
diff changeset
66 #worker_class = sync
3e6291d99a6f Align and update the outdated ini files and templates
Mads Kiilerich <madski@unity3d.com>
parents: 4212
diff changeset
67 #max_requests = 1000
3e6291d99a6f Align and update the outdated ini files and templates
Mads Kiilerich <madski@unity3d.com>
parents: 4212
diff changeset
68 ## ammount of time a worker can handle request before it gets killed and
3e6291d99a6f Align and update the outdated ini files and templates
Mads Kiilerich <madski@unity3d.com>
parents: 4212
diff changeset
69 ## restarted
3e6291d99a6f Align and update the outdated ini files and templates
Mads Kiilerich <madski@unity3d.com>
parents: 4212
diff changeset
70 #timeout = 3600
3e6291d99a6f Align and update the outdated ini files and templates
Mads Kiilerich <madski@unity3d.com>
parents: 4212
diff changeset
71
3e6291d99a6f Align and update the outdated ini files and templates
Mads Kiilerich <madski@unity3d.com>
parents: 4212
diff changeset
72 ## UWSGI ##
3e6291d99a6f Align and update the outdated ini files and templates
Mads Kiilerich <madski@unity3d.com>
parents: 4212
diff changeset
73 ## run with uwsgi --ini-paste-logged <inifile.ini>
3e6291d99a6f Align and update the outdated ini files and templates
Mads Kiilerich <madski@unity3d.com>
parents: 4212
diff changeset
74 #[uwsgi]
3e6291d99a6f Align and update the outdated ini files and templates
Mads Kiilerich <madski@unity3d.com>
parents: 4212
diff changeset
75 #socket = /tmp/uwsgi.sock
3e6291d99a6f Align and update the outdated ini files and templates
Mads Kiilerich <madski@unity3d.com>
parents: 4212
diff changeset
76 #master = true
3e6291d99a6f Align and update the outdated ini files and templates
Mads Kiilerich <madski@unity3d.com>
parents: 4212
diff changeset
77 #http = 127.0.0.1:5000
3e6291d99a6f Align and update the outdated ini files and templates
Mads Kiilerich <madski@unity3d.com>
parents: 4212
diff changeset
78
3e6291d99a6f Align and update the outdated ini files and templates
Mads Kiilerich <madski@unity3d.com>
parents: 4212
diff changeset
79 ## set as deamon and redirect all output to file
3e6291d99a6f Align and update the outdated ini files and templates
Mads Kiilerich <madski@unity3d.com>
parents: 4212
diff changeset
80 #daemonize = ./uwsgi_kallithea.log
3e6291d99a6f Align and update the outdated ini files and templates
Mads Kiilerich <madski@unity3d.com>
parents: 4212
diff changeset
81
3e6291d99a6f Align and update the outdated ini files and templates
Mads Kiilerich <madski@unity3d.com>
parents: 4212
diff changeset
82 ## master process PID
3e6291d99a6f Align and update the outdated ini files and templates
Mads Kiilerich <madski@unity3d.com>
parents: 4212
diff changeset
83 #pidfile = ./uwsgi_kallithea.pid
3e6291d99a6f Align and update the outdated ini files and templates
Mads Kiilerich <madski@unity3d.com>
parents: 4212
diff changeset
84
3e6291d99a6f Align and update the outdated ini files and templates
Mads Kiilerich <madski@unity3d.com>
parents: 4212
diff changeset
85 ## stats server with workers statistics, use uwsgitop
3e6291d99a6f Align and update the outdated ini files and templates
Mads Kiilerich <madski@unity3d.com>
parents: 4212
diff changeset
86 ## for monitoring, `uwsgitop 127.0.0.1:1717`
3e6291d99a6f Align and update the outdated ini files and templates
Mads Kiilerich <madski@unity3d.com>
parents: 4212
diff changeset
87 #stats = 127.0.0.1:1717
3e6291d99a6f Align and update the outdated ini files and templates
Mads Kiilerich <madski@unity3d.com>
parents: 4212
diff changeset
88 #memory-report = true
3e6291d99a6f Align and update the outdated ini files and templates
Mads Kiilerich <madski@unity3d.com>
parents: 4212
diff changeset
89
3e6291d99a6f Align and update the outdated ini files and templates
Mads Kiilerich <madski@unity3d.com>
parents: 4212
diff changeset
90 ## log 5XX errors
3e6291d99a6f Align and update the outdated ini files and templates
Mads Kiilerich <madski@unity3d.com>
parents: 4212
diff changeset
91 #log-5xx = true
3381
c48a3381b037 sync test.ini file with upstream
Marcin Kuzminski <marcin@python-works.com>
parents: 3180
diff changeset
92
4225
3e6291d99a6f Align and update the outdated ini files and templates
Mads Kiilerich <madski@unity3d.com>
parents: 4212
diff changeset
93 ## Set the socket listen queue size.
3e6291d99a6f Align and update the outdated ini files and templates
Mads Kiilerich <madski@unity3d.com>
parents: 4212
diff changeset
94 #listen = 256
3e6291d99a6f Align and update the outdated ini files and templates
Mads Kiilerich <madski@unity3d.com>
parents: 4212
diff changeset
95
3e6291d99a6f Align and update the outdated ini files and templates
Mads Kiilerich <madski@unity3d.com>
parents: 4212
diff changeset
96 ## Gracefully Reload workers after the specified amount of managed requests
3e6291d99a6f Align and update the outdated ini files and templates
Mads Kiilerich <madski@unity3d.com>
parents: 4212
diff changeset
97 ## (avoid memory leaks).
3e6291d99a6f Align and update the outdated ini files and templates
Mads Kiilerich <madski@unity3d.com>
parents: 4212
diff changeset
98 #max-requests = 1000
3e6291d99a6f Align and update the outdated ini files and templates
Mads Kiilerich <madski@unity3d.com>
parents: 4212
diff changeset
99
3e6291d99a6f Align and update the outdated ini files and templates
Mads Kiilerich <madski@unity3d.com>
parents: 4212
diff changeset
100 ## enable large buffers
3e6291d99a6f Align and update the outdated ini files and templates
Mads Kiilerich <madski@unity3d.com>
parents: 4212
diff changeset
101 #buffer-size=65535
3e6291d99a6f Align and update the outdated ini files and templates
Mads Kiilerich <madski@unity3d.com>
parents: 4212
diff changeset
102
3e6291d99a6f Align and update the outdated ini files and templates
Mads Kiilerich <madski@unity3d.com>
parents: 4212
diff changeset
103 ## socket and http timeouts ##
3e6291d99a6f Align and update the outdated ini files and templates
Mads Kiilerich <madski@unity3d.com>
parents: 4212
diff changeset
104 #http-timeout=3600
3e6291d99a6f Align and update the outdated ini files and templates
Mads Kiilerich <madski@unity3d.com>
parents: 4212
diff changeset
105 #socket-timeout=3600
3e6291d99a6f Align and update the outdated ini files and templates
Mads Kiilerich <madski@unity3d.com>
parents: 4212
diff changeset
106
3e6291d99a6f Align and update the outdated ini files and templates
Mads Kiilerich <madski@unity3d.com>
parents: 4212
diff changeset
107 ## Log requests slower than the specified number of milliseconds.
3e6291d99a6f Align and update the outdated ini files and templates
Mads Kiilerich <madski@unity3d.com>
parents: 4212
diff changeset
108 #log-slow = 10
3e6291d99a6f Align and update the outdated ini files and templates
Mads Kiilerich <madski@unity3d.com>
parents: 4212
diff changeset
109
3e6291d99a6f Align and update the outdated ini files and templates
Mads Kiilerich <madski@unity3d.com>
parents: 4212
diff changeset
110 ## Exit if no app can be loaded.
3e6291d99a6f Align and update the outdated ini files and templates
Mads Kiilerich <madski@unity3d.com>
parents: 4212
diff changeset
111 #need-app = true
3e6291d99a6f Align and update the outdated ini files and templates
Mads Kiilerich <madski@unity3d.com>
parents: 4212
diff changeset
112
3e6291d99a6f Align and update the outdated ini files and templates
Mads Kiilerich <madski@unity3d.com>
parents: 4212
diff changeset
113 ## Set lazy mode (load apps in workers instead of master).
3e6291d99a6f Align and update the outdated ini files and templates
Mads Kiilerich <madski@unity3d.com>
parents: 4212
diff changeset
114 #lazy = true
3e6291d99a6f Align and update the outdated ini files and templates
Mads Kiilerich <madski@unity3d.com>
parents: 4212
diff changeset
115
3e6291d99a6f Align and update the outdated ini files and templates
Mads Kiilerich <madski@unity3d.com>
parents: 4212
diff changeset
116 ## scaling ##
3e6291d99a6f Align and update the outdated ini files and templates
Mads Kiilerich <madski@unity3d.com>
parents: 4212
diff changeset
117 ## set cheaper algorithm to use, if not set default will be used
3e6291d99a6f Align and update the outdated ini files and templates
Mads Kiilerich <madski@unity3d.com>
parents: 4212
diff changeset
118 #cheaper-algo = spare
3e6291d99a6f Align and update the outdated ini files and templates
Mads Kiilerich <madski@unity3d.com>
parents: 4212
diff changeset
119
3e6291d99a6f Align and update the outdated ini files and templates
Mads Kiilerich <madski@unity3d.com>
parents: 4212
diff changeset
120 ## minimum number of workers to keep at all times
3e6291d99a6f Align and update the outdated ini files and templates
Mads Kiilerich <madski@unity3d.com>
parents: 4212
diff changeset
121 #cheaper = 1
3e6291d99a6f Align and update the outdated ini files and templates
Mads Kiilerich <madski@unity3d.com>
parents: 4212
diff changeset
122
3e6291d99a6f Align and update the outdated ini files and templates
Mads Kiilerich <madski@unity3d.com>
parents: 4212
diff changeset
123 ## number of workers to spawn at startup
3e6291d99a6f Align and update the outdated ini files and templates
Mads Kiilerich <madski@unity3d.com>
parents: 4212
diff changeset
124 #cheaper-initial = 1
3e6291d99a6f Align and update the outdated ini files and templates
Mads Kiilerich <madski@unity3d.com>
parents: 4212
diff changeset
125
3e6291d99a6f Align and update the outdated ini files and templates
Mads Kiilerich <madski@unity3d.com>
parents: 4212
diff changeset
126 ## maximum number of workers that can be spawned
3e6291d99a6f Align and update the outdated ini files and templates
Mads Kiilerich <madski@unity3d.com>
parents: 4212
diff changeset
127 #workers = 4
3e6291d99a6f Align and update the outdated ini files and templates
Mads Kiilerich <madski@unity3d.com>
parents: 4212
diff changeset
128
3e6291d99a6f Align and update the outdated ini files and templates
Mads Kiilerich <madski@unity3d.com>
parents: 4212
diff changeset
129 ## how many workers should be spawned at a time
3e6291d99a6f Align and update the outdated ini files and templates
Mads Kiilerich <madski@unity3d.com>
parents: 4212
diff changeset
130 #cheaper-step = 1
3e6291d99a6f Align and update the outdated ini files and templates
Mads Kiilerich <madski@unity3d.com>
parents: 4212
diff changeset
131
3e6291d99a6f Align and update the outdated ini files and templates
Mads Kiilerich <madski@unity3d.com>
parents: 4212
diff changeset
132 ## COMMON ##
3e6291d99a6f Align and update the outdated ini files and templates
Mads Kiilerich <madski@unity3d.com>
parents: 4212
diff changeset
133 host = 127.0.0.1
3479
b45c8916644c synced test.ini with latest changes
Marcin Kuzminski <marcin@python-works.com>
parents: 3393
diff changeset
134 port = 5000
3381
c48a3381b037 sync test.ini file with upstream
Marcin Kuzminski <marcin@python-works.com>
parents: 3180
diff changeset
135
3557
58dcef7eef03 Implemented show_id function that is a configurable way to display sha hashes in the changelog.
Marcin Kuzminski <marcin@python-works.com>
parents: 3490
diff changeset
136 ## prefix middleware for rc
58dcef7eef03 Implemented show_id function that is a configurable way to display sha hashes in the changelog.
Marcin Kuzminski <marcin@python-works.com>
parents: 3490
diff changeset
137 #[filter:proxy-prefix]
58dcef7eef03 Implemented show_id function that is a configurable way to display sha hashes in the changelog.
Marcin Kuzminski <marcin@python-works.com>
parents: 3490
diff changeset
138 #use = egg:PasteDeploy#prefix
58dcef7eef03 Implemented show_id function that is a configurable way to display sha hashes in the changelog.
Marcin Kuzminski <marcin@python-works.com>
parents: 3490
diff changeset
139 #prefix = /<your-prefix>
459
7c978511c951 implemented basic (startup) nose test suite.
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
140
7c978511c951 implemented basic (startup) nose test suite.
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
141 [app:main]
4186
7e5f8c12a3fc First step in two-part process to rename directories to kallithea.
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4068
diff changeset
142 use = egg:kallithea
3557
58dcef7eef03 Implemented show_id function that is a configurable way to display sha hashes in the changelog.
Marcin Kuzminski <marcin@python-works.com>
parents: 3490
diff changeset
143 ## enable proxy prefix middleware
3381
c48a3381b037 sync test.ini file with upstream
Marcin Kuzminski <marcin@python-works.com>
parents: 3180
diff changeset
144 #filter-with = proxy-prefix
3557
58dcef7eef03 Implemented show_id function that is a configurable way to display sha hashes in the changelog.
Marcin Kuzminski <marcin@python-works.com>
parents: 3490
diff changeset
145
459
7c978511c951 implemented basic (startup) nose test suite.
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
146 full_stack = true
7c978511c951 implemented basic (startup) nose test suite.
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
147 static_files = true
4225
3e6291d99a6f Align and update the outdated ini files and templates
Mads Kiilerich <madski@unity3d.com>
parents: 4212
diff changeset
148 ## Available Languages:
3e6291d99a6f Align and update the outdated ini files and templates
Mads Kiilerich <madski@unity3d.com>
parents: 4212
diff changeset
149 ## de en fr ja pl pt_BR ru zh_CN zh_TW
3381
c48a3381b037 sync test.ini file with upstream
Marcin Kuzminski <marcin@python-works.com>
parents: 3180
diff changeset
150 lang = en
4225
3e6291d99a6f Align and update the outdated ini files and templates
Mads Kiilerich <madski@unity3d.com>
parents: 4212
diff changeset
151 cache_dir = %(here)s/data
3e6291d99a6f Align and update the outdated ini files and templates
Mads Kiilerich <madski@unity3d.com>
parents: 4212
diff changeset
152 index_dir = %(here)s/data/index
3557
58dcef7eef03 Implemented show_id function that is a configurable way to display sha hashes in the changelog.
Marcin Kuzminski <marcin@python-works.com>
parents: 3490
diff changeset
153
3778
88f11b5eb6db added initial_repo_scan flag for controll if repo scaning should be performed on every startup.
Marcin Kuzminski <marcin@python-works.com>
parents: 3651
diff changeset
154 ## perform a full repository scan on each server start, this should be
88f11b5eb6db added initial_repo_scan flag for controll if repo scaning should be performed on every startup.
Marcin Kuzminski <marcin@python-works.com>
parents: 3651
diff changeset
155 ## set to false after first startup, to allow faster server restarts.
4225
3e6291d99a6f Align and update the outdated ini files and templates
Mads Kiilerich <madski@unity3d.com>
parents: 4212
diff changeset
156 #initial_repo_scan = false
3778
88f11b5eb6db added initial_repo_scan flag for controll if repo scaning should be performed on every startup.
Marcin Kuzminski <marcin@python-works.com>
parents: 3651
diff changeset
157 initial_repo_scan = true
88f11b5eb6db added initial_repo_scan flag for controll if repo scaning should be performed on every startup.
Marcin Kuzminski <marcin@python-works.com>
parents: 3651
diff changeset
158
3557
58dcef7eef03 Implemented show_id function that is a configurable way to display sha hashes in the changelog.
Marcin Kuzminski <marcin@python-works.com>
parents: 3490
diff changeset
159 ## uncomment and set this path to use archive download cache
4225
3e6291d99a6f Align and update the outdated ini files and templates
Mads Kiilerich <madski@unity3d.com>
parents: 4212
diff changeset
160 archive_cache_dir = %(here)s/tarballcache
3557
58dcef7eef03 Implemented show_id function that is a configurable way to display sha hashes in the changelog.
Marcin Kuzminski <marcin@python-works.com>
parents: 3490
diff changeset
161
58dcef7eef03 Implemented show_id function that is a configurable way to display sha hashes in the changelog.
Marcin Kuzminski <marcin@python-works.com>
parents: 3490
diff changeset
162 ## change this to unique ID for security
4225
3e6291d99a6f Align and update the outdated ini files and templates
Mads Kiilerich <madski@unity3d.com>
parents: 4212
diff changeset
163 app_instance_uuid = test
3557
58dcef7eef03 Implemented show_id function that is a configurable way to display sha hashes in the changelog.
Marcin Kuzminski <marcin@python-works.com>
parents: 3490
diff changeset
164
58dcef7eef03 Implemented show_id function that is a configurable way to display sha hashes in the changelog.
Marcin Kuzminski <marcin@python-works.com>
parents: 3490
diff changeset
165 ## cut off limit for large diffs (size in bytes)
812
30ad41c76fae fixes #79 cut off limit was added into .ini config files
Marcin Kuzminski <marcin@python-works.com>
parents: 776
diff changeset
166 cut_off_limit = 256000
3557
58dcef7eef03 Implemented show_id function that is a configurable way to display sha hashes in the changelog.
Marcin Kuzminski <marcin@python-works.com>
parents: 3490
diff changeset
167
58dcef7eef03 Implemented show_id function that is a configurable way to display sha hashes in the changelog.
Marcin Kuzminski <marcin@python-works.com>
parents: 3490
diff changeset
168 ## use cache version of scm repo everywhere
4225
3e6291d99a6f Align and update the outdated ini files and templates
Mads Kiilerich <madski@unity3d.com>
parents: 4212
diff changeset
169 #vcs_full_cache = true
3557
58dcef7eef03 Implemented show_id function that is a configurable way to display sha hashes in the changelog.
Marcin Kuzminski <marcin@python-works.com>
parents: 3490
diff changeset
170 vcs_full_cache = false
58dcef7eef03 Implemented show_id function that is a configurable way to display sha hashes in the changelog.
Marcin Kuzminski <marcin@python-works.com>
parents: 3490
diff changeset
171
4212
24c0d584ba86 General renaming to Kallithea
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4210
diff changeset
172 ## force https in Kallithea, fixes https redirects, assumes it's always https
919
6c3d81f9529c Changelog update
Marcin Kuzminski <marcin@python-works.com>
parents: 812
diff changeset
173 force_https = false
3557
58dcef7eef03 Implemented show_id function that is a configurable way to display sha hashes in the changelog.
Marcin Kuzminski <marcin@python-works.com>
parents: 3490
diff changeset
174
58dcef7eef03 Implemented show_id function that is a configurable way to display sha hashes in the changelog.
Marcin Kuzminski <marcin@python-works.com>
parents: 3490
diff changeset
175 ## use Strict-Transport-Security headers
3381
c48a3381b037 sync test.ini file with upstream
Marcin Kuzminski <marcin@python-works.com>
parents: 3180
diff changeset
176 use_htsts = false
3557
58dcef7eef03 Implemented show_id function that is a configurable way to display sha hashes in the changelog.
Marcin Kuzminski <marcin@python-works.com>
parents: 3490
diff changeset
177
58dcef7eef03 Implemented show_id function that is a configurable way to display sha hashes in the changelog.
Marcin Kuzminski <marcin@python-works.com>
parents: 3490
diff changeset
178 ## number of commits stats will parse on each iteration
1079
f4254d4cc5ca fixed test.ini
Marcin Kuzminski <marcin@python-works.com>
parents: 964
diff changeset
179 commit_parse_limit = 25
3557
58dcef7eef03 Implemented show_id function that is a configurable way to display sha hashes in the changelog.
Marcin Kuzminski <marcin@python-works.com>
parents: 3490
diff changeset
180
58dcef7eef03 Implemented show_id function that is a configurable way to display sha hashes in the changelog.
Marcin Kuzminski <marcin@python-works.com>
parents: 3490
diff changeset
181 ## use gravatar service to display avatars
1530
04027bdb876c Refactoring of model get functions
Marcin Kuzminski <marcin@python-works.com>
parents: 1373
diff changeset
182 use_gravatar = true
3381
c48a3381b037 sync test.ini file with upstream
Marcin Kuzminski <marcin@python-works.com>
parents: 3180
diff changeset
183
3557
58dcef7eef03 Implemented show_id function that is a configurable way to display sha hashes in the changelog.
Marcin Kuzminski <marcin@python-works.com>
parents: 3490
diff changeset
184 ## path to git executable
3381
c48a3381b037 sync test.ini file with upstream
Marcin Kuzminski <marcin@python-works.com>
parents: 3180
diff changeset
185 git_path = git
c48a3381b037 sync test.ini file with upstream
Marcin Kuzminski <marcin@python-works.com>
parents: 3180
diff changeset
186
3561
c04d1d9b6193 made git refs filter configurable ref issue #797
Marcin Kuzminski <marcin@python-works.com>
parents: 3557
diff changeset
187 ## git rev filter option, --all is the default filter, if you need to
c04d1d9b6193 made git refs filter configurable ref issue #797
Marcin Kuzminski <marcin@python-works.com>
parents: 3557
diff changeset
188 ## hide all refs in changelog switch this to --branches --tags
4225
3e6291d99a6f Align and update the outdated ini files and templates
Mads Kiilerich <madski@unity3d.com>
parents: 4212
diff changeset
189 #git_rev_filter = --branches --tags
3561
c04d1d9b6193 made git refs filter configurable ref issue #797
Marcin Kuzminski <marcin@python-works.com>
parents: 3557
diff changeset
190
3381
c48a3381b037 sync test.ini file with upstream
Marcin Kuzminski <marcin@python-works.com>
parents: 3180
diff changeset
191 ## RSS feed options
c48a3381b037 sync test.ini file with upstream
Marcin Kuzminski <marcin@python-works.com>
parents: 3180
diff changeset
192 rss_cut_off_limit = 256000
c48a3381b037 sync test.ini file with upstream
Marcin Kuzminski <marcin@python-works.com>
parents: 3180
diff changeset
193 rss_items_per_page = 10
c48a3381b037 sync test.ini file with upstream
Marcin Kuzminski <marcin@python-works.com>
parents: 3180
diff changeset
194 rss_include_diff = false
c48a3381b037 sync test.ini file with upstream
Marcin Kuzminski <marcin@python-works.com>
parents: 3180
diff changeset
195
3651
659bd922520e config: rename options to show_revision_number and show_sha_length
Mads Kiilerich <madski@unity3d.com>
parents: 3588
diff changeset
196 ## options for showing and identifying changesets
659bd922520e config: rename options to show_revision_number and show_sha_length
Mads Kiilerich <madski@unity3d.com>
parents: 3588
diff changeset
197 show_sha_length = 12
659bd922520e config: rename options to show_revision_number and show_sha_length
Mads Kiilerich <madski@unity3d.com>
parents: 3588
diff changeset
198 show_revision_number = true
3557
58dcef7eef03 Implemented show_id function that is a configurable way to display sha hashes in the changelog.
Marcin Kuzminski <marcin@python-works.com>
parents: 3490
diff changeset
199
4225
3e6291d99a6f Align and update the outdated ini files and templates
Mads Kiilerich <madski@unity3d.com>
parents: 4212
diff changeset
200 ## gist URL alias, used to create nicer urls for gist. This should be an
3e6291d99a6f Align and update the outdated ini files and templates
Mads Kiilerich <madski@unity3d.com>
parents: 4212
diff changeset
201 ## url that does rewrites to _admin/gists/<gistid>.
3e6291d99a6f Align and update the outdated ini files and templates
Mads Kiilerich <madski@unity3d.com>
parents: 4212
diff changeset
202 ## example: http://gist.kallithea.server/{gistid}. Empty means use the internal
3e6291d99a6f Align and update the outdated ini files and templates
Mads Kiilerich <madski@unity3d.com>
parents: 4212
diff changeset
203 ## Kallithea url, ie. http[s]://your.kallithea.server/_admin/gists/<gistid>
3e6291d99a6f Align and update the outdated ini files and templates
Mads Kiilerich <madski@unity3d.com>
parents: 4212
diff changeset
204 gist_alias_url =
3e6291d99a6f Align and update the outdated ini files and templates
Mads Kiilerich <madski@unity3d.com>
parents: 4212
diff changeset
205
3e6291d99a6f Align and update the outdated ini files and templates
Mads Kiilerich <madski@unity3d.com>
parents: 4212
diff changeset
206 ## white list of API enabled controllers. This allows to add list of
3e6291d99a6f Align and update the outdated ini files and templates
Mads Kiilerich <madski@unity3d.com>
parents: 4212
diff changeset
207 ## controllers to which access will be enabled by api_key. eg: to enable
3e6291d99a6f Align and update the outdated ini files and templates
Mads Kiilerich <madski@unity3d.com>
parents: 4212
diff changeset
208 ## api access to raw_files put `FilesController:raw`, to enable access to patches
3e6291d99a6f Align and update the outdated ini files and templates
Mads Kiilerich <madski@unity3d.com>
parents: 4212
diff changeset
209 ## add `ChangesetController:changeset_patch`. This list should be "," separated
3e6291d99a6f Align and update the outdated ini files and templates
Mads Kiilerich <madski@unity3d.com>
parents: 4212
diff changeset
210 ## Syntax is <ControllerClass>:<function>. Check debug logs for generated names
3e6291d99a6f Align and update the outdated ini files and templates
Mads Kiilerich <madski@unity3d.com>
parents: 4212
diff changeset
211 ## Recommended settings below are commented out:
3e6291d99a6f Align and update the outdated ini files and templates
Mads Kiilerich <madski@unity3d.com>
parents: 4212
diff changeset
212 api_access_controllers_whitelist =
3e6291d99a6f Align and update the outdated ini files and templates
Mads Kiilerich <madski@unity3d.com>
parents: 4212
diff changeset
213 # ChangesetController:changeset_patch,
3e6291d99a6f Align and update the outdated ini files and templates
Mads Kiilerich <madski@unity3d.com>
parents: 4212
diff changeset
214 # ChangesetController:changeset_raw,
3e6291d99a6f Align and update the outdated ini files and templates
Mads Kiilerich <madski@unity3d.com>
parents: 4212
diff changeset
215 # FilesController:raw,
3e6291d99a6f Align and update the outdated ini files and templates
Mads Kiilerich <madski@unity3d.com>
parents: 4212
diff changeset
216 # FilesController:archivefile
3381
c48a3381b037 sync test.ini file with upstream
Marcin Kuzminski <marcin@python-works.com>
parents: 3180
diff changeset
217
c48a3381b037 sync test.ini file with upstream
Marcin Kuzminski <marcin@python-works.com>
parents: 3180
diff changeset
218 ## alternative_gravatar_url allows you to use your own avatar server application
c48a3381b037 sync test.ini file with upstream
Marcin Kuzminski <marcin@python-works.com>
parents: 3180
diff changeset
219 ## the following parts of the URL will be replaced
c48a3381b037 sync test.ini file with upstream
Marcin Kuzminski <marcin@python-works.com>
parents: 3180
diff changeset
220 ## {email} user email
c48a3381b037 sync test.ini file with upstream
Marcin Kuzminski <marcin@python-works.com>
parents: 3180
diff changeset
221 ## {md5email} md5 hash of the user email (like at gravatar.com)
c48a3381b037 sync test.ini file with upstream
Marcin Kuzminski <marcin@python-works.com>
parents: 3180
diff changeset
222 ## {size} size of the image that is expected from the server application
4212
24c0d584ba86 General renaming to Kallithea
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4210
diff changeset
223 ## {scheme} http/https from Kallithea server
24c0d584ba86 General renaming to Kallithea
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4210
diff changeset
224 ## {netloc} network location from Kallithea server
3381
c48a3381b037 sync test.ini file with upstream
Marcin Kuzminski <marcin@python-works.com>
parents: 3180
diff changeset
225 #alternative_gravatar_url = http://myavatarserver.com/getbyemail/{email}/{size}
c48a3381b037 sync test.ini file with upstream
Marcin Kuzminski <marcin@python-works.com>
parents: 3180
diff changeset
226 #alternative_gravatar_url = http://myavatarserver.com/getbymd5/{md5email}?s={size}
c48a3381b037 sync test.ini file with upstream
Marcin Kuzminski <marcin@python-works.com>
parents: 3180
diff changeset
227
3557
58dcef7eef03 Implemented show_id function that is a configurable way to display sha hashes in the changelog.
Marcin Kuzminski <marcin@python-works.com>
parents: 3490
diff changeset
228
58dcef7eef03 Implemented show_id function that is a configurable way to display sha hashes in the changelog.
Marcin Kuzminski <marcin@python-works.com>
parents: 3490
diff changeset
229 ## container auth options
1628
de71a4bde097 Some code cleanups and fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1607
diff changeset
230 container_auth_enabled = false
de71a4bde097 Some code cleanups and fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1607
diff changeset
231 proxypass_auth_enabled = false
3557
58dcef7eef03 Implemented show_id function that is a configurable way to display sha hashes in the changelog.
Marcin Kuzminski <marcin@python-works.com>
parents: 3490
diff changeset
232
3381
c48a3381b037 sync test.ini file with upstream
Marcin Kuzminski <marcin@python-works.com>
parents: 3180
diff changeset
233 ## default encoding used to convert from and to unicode
c48a3381b037 sync test.ini file with upstream
Marcin Kuzminski <marcin@python-works.com>
parents: 3180
diff changeset
234 ## can be also a comma seperated list of encoding in case of mixed encodings
c48a3381b037 sync test.ini file with upstream
Marcin Kuzminski <marcin@python-works.com>
parents: 3180
diff changeset
235 default_encoding = utf8
2110
bc24ef53edd1 updated test.ini to latest ini format
Marcin Kuzminski <marcin@python-works.com>
parents: 1982
diff changeset
236
bc24ef53edd1 updated test.ini to latest ini format
Marcin Kuzminski <marcin@python-works.com>
parents: 1982
diff changeset
237 ## overwrite schema of clone url
bc24ef53edd1 updated test.ini to latest ini format
Marcin Kuzminski <marcin@python-works.com>
parents: 1982
diff changeset
238 ## available vars:
bc24ef53edd1 updated test.ini to latest ini format
Marcin Kuzminski <marcin@python-works.com>
parents: 1982
diff changeset
239 ## scheme - http/https
bc24ef53edd1 updated test.ini to latest ini format
Marcin Kuzminski <marcin@python-works.com>
parents: 1982
diff changeset
240 ## user - current user
4068
17e3926c3753 added ini files into codecleaner
Marcin Kuzminski <marcin@python-works.com>
parents: 3960
diff changeset
241 ## pass - password
2110
bc24ef53edd1 updated test.ini to latest ini format
Marcin Kuzminski <marcin@python-works.com>
parents: 1982
diff changeset
242 ## netloc - network location
bc24ef53edd1 updated test.ini to latest ini format
Marcin Kuzminski <marcin@python-works.com>
parents: 1982
diff changeset
243 ## path - usually repo_name
bc24ef53edd1 updated test.ini to latest ini format
Marcin Kuzminski <marcin@python-works.com>
parents: 1982
diff changeset
244
bc24ef53edd1 updated test.ini to latest ini format
Marcin Kuzminski <marcin@python-works.com>
parents: 1982
diff changeset
245 #clone_uri = {scheme}://{user}{pass}{netloc}{path}
bc24ef53edd1 updated test.ini to latest ini format
Marcin Kuzminski <marcin@python-works.com>
parents: 1982
diff changeset
246
4225
3e6291d99a6f Align and update the outdated ini files and templates
Mads Kiilerich <madski@unity3d.com>
parents: 4212
diff changeset
247 ## issue tracker for Kallithea (leave blank to disable, absent for default)
3e6291d99a6f Align and update the outdated ini files and templates
Mads Kiilerich <madski@unity3d.com>
parents: 4212
diff changeset
248 #bugtracker = https://bitbucket.org/conservancy/kallithea/issues
3e6291d99a6f Align and update the outdated ini files and templates
Mads Kiilerich <madski@unity3d.com>
parents: 4212
diff changeset
249
2110
bc24ef53edd1 updated test.ini to latest ini format
Marcin Kuzminski <marcin@python-works.com>
parents: 1982
diff changeset
250 ## issue tracking mapping for commits messages
bc24ef53edd1 updated test.ini to latest ini format
Marcin Kuzminski <marcin@python-works.com>
parents: 1982
diff changeset
251 ## comment out issue_pat, issue_server, issue_prefix to enable
bc24ef53edd1 updated test.ini to latest ini format
Marcin Kuzminski <marcin@python-works.com>
parents: 1982
diff changeset
252
bc24ef53edd1 updated test.ini to latest ini format
Marcin Kuzminski <marcin@python-works.com>
parents: 1982
diff changeset
253 ## pattern to get the issues from commit messages
bc24ef53edd1 updated test.ini to latest ini format
Marcin Kuzminski <marcin@python-works.com>
parents: 1982
diff changeset
254 ## default one used here is #<numbers> with a regex passive group for `#`
bc24ef53edd1 updated test.ini to latest ini format
Marcin Kuzminski <marcin@python-works.com>
parents: 1982
diff changeset
255 ## {id} will be all groups matched from this pattern
bc24ef53edd1 updated test.ini to latest ini format
Marcin Kuzminski <marcin@python-works.com>
parents: 1982
diff changeset
256
bc24ef53edd1 updated test.ini to latest ini format
Marcin Kuzminski <marcin@python-works.com>
parents: 1982
diff changeset
257 issue_pat = (?:\s*#)(\d+)
bc24ef53edd1 updated test.ini to latest ini format
Marcin Kuzminski <marcin@python-works.com>
parents: 1982
diff changeset
258
bc24ef53edd1 updated test.ini to latest ini format
Marcin Kuzminski <marcin@python-works.com>
parents: 1982
diff changeset
259 ## server url to the issue, each {id} will be replaced with match
3381
c48a3381b037 sync test.ini file with upstream
Marcin Kuzminski <marcin@python-works.com>
parents: 3180
diff changeset
260 ## fetched from the regex and {repo} is replaced with full repository name
c48a3381b037 sync test.ini file with upstream
Marcin Kuzminski <marcin@python-works.com>
parents: 3180
diff changeset
261 ## including groups {repo_name} is replaced with just name of repo
2110
bc24ef53edd1 updated test.ini to latest ini format
Marcin Kuzminski <marcin@python-works.com>
parents: 1982
diff changeset
262
bc24ef53edd1 updated test.ini to latest ini format
Marcin Kuzminski <marcin@python-works.com>
parents: 1982
diff changeset
263 issue_server_link = https://myissueserver.com/{repo}/issue/{id}
bc24ef53edd1 updated test.ini to latest ini format
Marcin Kuzminski <marcin@python-works.com>
parents: 1982
diff changeset
264
bc24ef53edd1 updated test.ini to latest ini format
Marcin Kuzminski <marcin@python-works.com>
parents: 1982
diff changeset
265 ## prefix to add to link to indicate it's an url
bc24ef53edd1 updated test.ini to latest ini format
Marcin Kuzminski <marcin@python-works.com>
parents: 1982
diff changeset
266 ## #314 will be replaced by <issue_prefix><id>
bc24ef53edd1 updated test.ini to latest ini format
Marcin Kuzminski <marcin@python-works.com>
parents: 1982
diff changeset
267
bc24ef53edd1 updated test.ini to latest ini format
Marcin Kuzminski <marcin@python-works.com>
parents: 1982
diff changeset
268 issue_prefix = #
bc24ef53edd1 updated test.ini to latest ini format
Marcin Kuzminski <marcin@python-works.com>
parents: 1982
diff changeset
269
3381
c48a3381b037 sync test.ini file with upstream
Marcin Kuzminski <marcin@python-works.com>
parents: 3180
diff changeset
270 ## issue_pat, issue_server_link, issue_prefix can have suffixes to specify
c48a3381b037 sync test.ini file with upstream
Marcin Kuzminski <marcin@python-works.com>
parents: 3180
diff changeset
271 ## multiple patterns, to other issues server, wiki or others
4068
17e3926c3753 added ini files into codecleaner
Marcin Kuzminski <marcin@python-works.com>
parents: 3960
diff changeset
272 ## below an example how to create a wiki pattern
4225
3e6291d99a6f Align and update the outdated ini files and templates
Mads Kiilerich <madski@unity3d.com>
parents: 4212
diff changeset
273 # wiki-some-id -> https://mywiki.com/some-id
3381
c48a3381b037 sync test.ini file with upstream
Marcin Kuzminski <marcin@python-works.com>
parents: 3180
diff changeset
274
c48a3381b037 sync test.ini file with upstream
Marcin Kuzminski <marcin@python-works.com>
parents: 3180
diff changeset
275 #issue_pat_wiki = (?:wiki-)(.+)
c48a3381b037 sync test.ini file with upstream
Marcin Kuzminski <marcin@python-works.com>
parents: 3180
diff changeset
276 #issue_server_link_wiki = https://mywiki.com/{id}
c48a3381b037 sync test.ini file with upstream
Marcin Kuzminski <marcin@python-works.com>
parents: 3180
diff changeset
277 #issue_prefix_wiki = WIKI-
c48a3381b037 sync test.ini file with upstream
Marcin Kuzminski <marcin@python-works.com>
parents: 3180
diff changeset
278
c48a3381b037 sync test.ini file with upstream
Marcin Kuzminski <marcin@python-works.com>
parents: 3180
diff changeset
279
2110
bc24ef53edd1 updated test.ini to latest ini format
Marcin Kuzminski <marcin@python-works.com>
parents: 1982
diff changeset
280 ## instance-id prefix
4068
17e3926c3753 added ini files into codecleaner
Marcin Kuzminski <marcin@python-works.com>
parents: 3960
diff changeset
281 ## a prefix key for this instance used for cache invalidation when running
4210
277684f23146 Rename some strings in defaults found in config files
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4207
diff changeset
282 ## multiple instances of kallithea, make sure it's globally unique for
277684f23146 Rename some strings in defaults found in config files
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4207
diff changeset
283 ## all running kallithea instances. Leave empty if you don't use it
4068
17e3926c3753 added ini files into codecleaner
Marcin Kuzminski <marcin@python-works.com>
parents: 3960
diff changeset
284 instance_id =
2558
ecdfa7a480d2 Sync test.ini with development.ini
Marcin Kuzminski <marcin@python-works.com>
parents: 2149
diff changeset
285
ecdfa7a480d2 Sync test.ini with development.ini
Marcin Kuzminski <marcin@python-works.com>
parents: 2149
diff changeset
286 ## alternative return HTTP header for failed authentication. Default HTTP
4068
17e3926c3753 added ini files into codecleaner
Marcin Kuzminski <marcin@python-works.com>
parents: 3960
diff changeset
287 ## response is 401 HTTPUnauthorized. Currently HG clients have troubles with
2558
ecdfa7a480d2 Sync test.ini with development.ini
Marcin Kuzminski <marcin@python-works.com>
parents: 2149
diff changeset
288 ## handling that. Set this variable to 403 to return HTTPForbidden
ecdfa7a480d2 Sync test.ini with development.ini
Marcin Kuzminski <marcin@python-works.com>
parents: 2149
diff changeset
289 auth_ret_code =
459
7c978511c951 implemented basic (startup) nose test suite.
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
290
3557
58dcef7eef03 Implemented show_id function that is a configurable way to display sha hashes in the changelog.
Marcin Kuzminski <marcin@python-works.com>
parents: 3490
diff changeset
291 ## locking return code. When repository is locked return this HTTP code. 2XX
58dcef7eef03 Implemented show_id function that is a configurable way to display sha hashes in the changelog.
Marcin Kuzminski <marcin@python-works.com>
parents: 3490
diff changeset
292 ## codes don't break the transactions while 4XX codes do
58dcef7eef03 Implemented show_id function that is a configurable way to display sha hashes in the changelog.
Marcin Kuzminski <marcin@python-works.com>
parents: 3490
diff changeset
293 lock_ret_code = 423
58dcef7eef03 Implemented show_id function that is a configurable way to display sha hashes in the changelog.
Marcin Kuzminski <marcin@python-works.com>
parents: 3490
diff changeset
294
4225
3e6291d99a6f Align and update the outdated ini files and templates
Mads Kiilerich <madski@unity3d.com>
parents: 4212
diff changeset
295 ## allows to change the repository location in settings page
3e6291d99a6f Align and update the outdated ini files and templates
Mads Kiilerich <madski@unity3d.com>
parents: 4212
diff changeset
296 allow_repo_location_change = True
3e6291d99a6f Align and update the outdated ini files and templates
Mads Kiilerich <madski@unity3d.com>
parents: 4212
diff changeset
297
3e6291d99a6f Align and update the outdated ini files and templates
Mads Kiilerich <madski@unity3d.com>
parents: 4212
diff changeset
298 ## allows to setup custom hooks in settings page
3e6291d99a6f Align and update the outdated ini files and templates
Mads Kiilerich <madski@unity3d.com>
parents: 4212
diff changeset
299 allow_custom_hooks_settings = True
3e6291d99a6f Align and update the outdated ini files and templates
Mads Kiilerich <madski@unity3d.com>
parents: 4212
diff changeset
300
3557
58dcef7eef03 Implemented show_id function that is a configurable way to display sha hashes in the changelog.
Marcin Kuzminski <marcin@python-works.com>
parents: 3490
diff changeset
301
459
7c978511c951 implemented basic (startup) nose test suite.
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
302 ####################################
776
f6c613fba757 Celery is configured by the .ini files and run from paster now
Marcin Kuzminski <marcin@python-works.com>
parents: 688
diff changeset
303 ### CELERY CONFIG ####
f6c613fba757 Celery is configured by the .ini files and run from paster now
Marcin Kuzminski <marcin@python-works.com>
parents: 688
diff changeset
304 ####################################
4225
3e6291d99a6f Align and update the outdated ini files and templates
Mads Kiilerich <madski@unity3d.com>
parents: 4212
diff changeset
305
776
f6c613fba757 Celery is configured by the .ini files and run from paster now
Marcin Kuzminski <marcin@python-works.com>
parents: 688
diff changeset
306 use_celery = false
f6c613fba757 Celery is configured by the .ini files and run from paster now
Marcin Kuzminski <marcin@python-works.com>
parents: 688
diff changeset
307 broker.host = localhost
f6c613fba757 Celery is configured by the .ini files and run from paster now
Marcin Kuzminski <marcin@python-works.com>
parents: 688
diff changeset
308 broker.vhost = rabbitmqhost
f6c613fba757 Celery is configured by the .ini files and run from paster now
Marcin Kuzminski <marcin@python-works.com>
parents: 688
diff changeset
309 broker.port = 5672
f6c613fba757 Celery is configured by the .ini files and run from paster now
Marcin Kuzminski <marcin@python-works.com>
parents: 688
diff changeset
310 broker.user = rabbitmq
f6c613fba757 Celery is configured by the .ini files and run from paster now
Marcin Kuzminski <marcin@python-works.com>
parents: 688
diff changeset
311 broker.password = qweqwe
f6c613fba757 Celery is configured by the .ini files and run from paster now
Marcin Kuzminski <marcin@python-works.com>
parents: 688
diff changeset
312
4186
7e5f8c12a3fc First step in two-part process to rename directories to kallithea.
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4068
diff changeset
313 celery.imports = kallithea.lib.celerylib.tasks
776
f6c613fba757 Celery is configured by the .ini files and run from paster now
Marcin Kuzminski <marcin@python-works.com>
parents: 688
diff changeset
314
f6c613fba757 Celery is configured by the .ini files and run from paster now
Marcin Kuzminski <marcin@python-works.com>
parents: 688
diff changeset
315 celery.result.backend = amqp
f6c613fba757 Celery is configured by the .ini files and run from paster now
Marcin Kuzminski <marcin@python-works.com>
parents: 688
diff changeset
316 celery.result.dburi = amqp://
f6c613fba757 Celery is configured by the .ini files and run from paster now
Marcin Kuzminski <marcin@python-works.com>
parents: 688
diff changeset
317 celery.result.serialier = json
f6c613fba757 Celery is configured by the .ini files and run from paster now
Marcin Kuzminski <marcin@python-works.com>
parents: 688
diff changeset
318
f6c613fba757 Celery is configured by the .ini files and run from paster now
Marcin Kuzminski <marcin@python-works.com>
parents: 688
diff changeset
319 #celery.send.task.error.emails = true
f6c613fba757 Celery is configured by the .ini files and run from paster now
Marcin Kuzminski <marcin@python-works.com>
parents: 688
diff changeset
320 #celery.amqp.task.result.expires = 18000
f6c613fba757 Celery is configured by the .ini files and run from paster now
Marcin Kuzminski <marcin@python-works.com>
parents: 688
diff changeset
321
f6c613fba757 Celery is configured by the .ini files and run from paster now
Marcin Kuzminski <marcin@python-works.com>
parents: 688
diff changeset
322 celeryd.concurrency = 2
f6c613fba757 Celery is configured by the .ini files and run from paster now
Marcin Kuzminski <marcin@python-works.com>
parents: 688
diff changeset
323 #celeryd.log.file = celeryd.log
f6c613fba757 Celery is configured by the .ini files and run from paster now
Marcin Kuzminski <marcin@python-works.com>
parents: 688
diff changeset
324 celeryd.log.level = debug
1079
f4254d4cc5ca fixed test.ini
Marcin Kuzminski <marcin@python-works.com>
parents: 964
diff changeset
325 celeryd.max.tasks.per.child = 1
776
f6c613fba757 Celery is configured by the .ini files and run from paster now
Marcin Kuzminski <marcin@python-works.com>
parents: 688
diff changeset
326
3557
58dcef7eef03 Implemented show_id function that is a configurable way to display sha hashes in the changelog.
Marcin Kuzminski <marcin@python-works.com>
parents: 3490
diff changeset
327 ## tasks will never be sent to the queue, but executed locally instead.
776
f6c613fba757 Celery is configured by the .ini files and run from paster now
Marcin Kuzminski <marcin@python-works.com>
parents: 688
diff changeset
328 celery.always.eager = false
f6c613fba757 Celery is configured by the .ini files and run from paster now
Marcin Kuzminski <marcin@python-works.com>
parents: 688
diff changeset
329
f6c613fba757 Celery is configured by the .ini files and run from paster now
Marcin Kuzminski <marcin@python-works.com>
parents: 688
diff changeset
330 ####################################
459
7c978511c951 implemented basic (startup) nose test suite.
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
331 ### BEAKER CACHE ####
7c978511c951 implemented basic (startup) nose test suite.
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
332 ####################################
4225
3e6291d99a6f Align and update the outdated ini files and templates
Mads Kiilerich <madski@unity3d.com>
parents: 4212
diff changeset
333
3e6291d99a6f Align and update the outdated ini files and templates
Mads Kiilerich <madski@unity3d.com>
parents: 4212
diff changeset
334 beaker.cache.data_dir=%(here)s/data/cache/data
3e6291d99a6f Align and update the outdated ini files and templates
Mads Kiilerich <madski@unity3d.com>
parents: 4212
diff changeset
335 beaker.cache.lock_dir=%(here)s/data/cache/lock
2110
bc24ef53edd1 updated test.ini to latest ini format
Marcin Kuzminski <marcin@python-works.com>
parents: 1982
diff changeset
336
629
7e536d1af60d Code refactoring,models renames
Marcin Kuzminski <marcin@python-works.com>
parents: 552
diff changeset
337 beaker.cache.regions=super_short_term,short_term,long_term,sql_cache_short,sql_cache_med,sql_cache_long
7e536d1af60d Code refactoring,models renames
Marcin Kuzminski <marcin@python-works.com>
parents: 552
diff changeset
338
7e536d1af60d Code refactoring,models renames
Marcin Kuzminski <marcin@python-works.com>
parents: 552
diff changeset
339 beaker.cache.super_short_term.type=memory
4225
3e6291d99a6f Align and update the outdated ini files and templates
Mads Kiilerich <madski@unity3d.com>
parents: 4212
diff changeset
340 beaker.cache.super_short_term.expire=10
1607
e886f91fcb71 Cached readme generation
Marcin Kuzminski <marcin@python-works.com>
parents: 1530
diff changeset
341 beaker.cache.super_short_term.key_length = 256
629
7e536d1af60d Code refactoring,models renames
Marcin Kuzminski <marcin@python-works.com>
parents: 552
diff changeset
342
7e536d1af60d Code refactoring,models renames
Marcin Kuzminski <marcin@python-works.com>
parents: 552
diff changeset
343 beaker.cache.short_term.type=memory
7e536d1af60d Code refactoring,models renames
Marcin Kuzminski <marcin@python-works.com>
parents: 552
diff changeset
344 beaker.cache.short_term.expire=60
1607
e886f91fcb71 Cached readme generation
Marcin Kuzminski <marcin@python-works.com>
parents: 1530
diff changeset
345 beaker.cache.short_term.key_length = 256
629
7e536d1af60d Code refactoring,models renames
Marcin Kuzminski <marcin@python-works.com>
parents: 552
diff changeset
346
459
7c978511c951 implemented basic (startup) nose test suite.
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
347 beaker.cache.long_term.type=memory
7c978511c951 implemented basic (startup) nose test suite.
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
348 beaker.cache.long_term.expire=36000
1607
e886f91fcb71 Cached readme generation
Marcin Kuzminski <marcin@python-works.com>
parents: 1530
diff changeset
349 beaker.cache.long_term.key_length = 256
629
7e536d1af60d Code refactoring,models renames
Marcin Kuzminski <marcin@python-works.com>
parents: 552
diff changeset
350
7e536d1af60d Code refactoring,models renames
Marcin Kuzminski <marcin@python-works.com>
parents: 552
diff changeset
351 beaker.cache.sql_cache_short.type=memory
4225
3e6291d99a6f Align and update the outdated ini files and templates
Mads Kiilerich <madski@unity3d.com>
parents: 4212
diff changeset
352 beaker.cache.sql_cache_short.expire=10
1607
e886f91fcb71 Cached readme generation
Marcin Kuzminski <marcin@python-works.com>
parents: 1530
diff changeset
353 beaker.cache.sql_cache_short.key_length = 256
629
7e536d1af60d Code refactoring,models renames
Marcin Kuzminski <marcin@python-works.com>
parents: 552
diff changeset
354
7e536d1af60d Code refactoring,models renames
Marcin Kuzminski <marcin@python-works.com>
parents: 552
diff changeset
355 beaker.cache.sql_cache_med.type=memory
7e536d1af60d Code refactoring,models renames
Marcin Kuzminski <marcin@python-works.com>
parents: 552
diff changeset
356 beaker.cache.sql_cache_med.expire=360
1607
e886f91fcb71 Cached readme generation
Marcin Kuzminski <marcin@python-works.com>
parents: 1530
diff changeset
357 beaker.cache.sql_cache_med.key_length = 256
629
7e536d1af60d Code refactoring,models renames
Marcin Kuzminski <marcin@python-works.com>
parents: 552
diff changeset
358
7e536d1af60d Code refactoring,models renames
Marcin Kuzminski <marcin@python-works.com>
parents: 552
diff changeset
359 beaker.cache.sql_cache_long.type=file
7e536d1af60d Code refactoring,models renames
Marcin Kuzminski <marcin@python-works.com>
parents: 552
diff changeset
360 beaker.cache.sql_cache_long.expire=3600
1607
e886f91fcb71 Cached readme generation
Marcin Kuzminski <marcin@python-works.com>
parents: 1530
diff changeset
361 beaker.cache.sql_cache_long.key_length = 256
459
7c978511c951 implemented basic (startup) nose test suite.
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
362
7c978511c951 implemented basic (startup) nose test suite.
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
363 ####################################
7c978511c951 implemented basic (startup) nose test suite.
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
364 ### BEAKER SESSION ####
7c978511c951 implemented basic (startup) nose test suite.
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
365 ####################################
4068
17e3926c3753 added ini files into codecleaner
Marcin Kuzminski <marcin@python-works.com>
parents: 3960
diff changeset
366 ## Type of storage used for the session, current types are
17e3926c3753 added ini files into codecleaner
Marcin Kuzminski <marcin@python-works.com>
parents: 3960
diff changeset
367 ## dbm, file, memcached, database, and memory.
17e3926c3753 added ini files into codecleaner
Marcin Kuzminski <marcin@python-works.com>
parents: 3960
diff changeset
368 ## The storage uses the Container API
2110
bc24ef53edd1 updated test.ini to latest ini format
Marcin Kuzminski <marcin@python-works.com>
parents: 1982
diff changeset
369 ## that is also used by the cache system.
bc24ef53edd1 updated test.ini to latest ini format
Marcin Kuzminski <marcin@python-works.com>
parents: 1982
diff changeset
370
3381
c48a3381b037 sync test.ini file with upstream
Marcin Kuzminski <marcin@python-works.com>
parents: 3180
diff changeset
371 ## db session ##
2110
bc24ef53edd1 updated test.ini to latest ini format
Marcin Kuzminski <marcin@python-works.com>
parents: 1982
diff changeset
372 #beaker.session.type = ext:database
4210
277684f23146 Rename some strings in defaults found in config files
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4207
diff changeset
373 #beaker.session.sa.url = postgresql://postgres:qwe@localhost/kallithea
4068
17e3926c3753 added ini files into codecleaner
Marcin Kuzminski <marcin@python-works.com>
parents: 3960
diff changeset
374 #beaker.session.table_name = db_session
2110
bc24ef53edd1 updated test.ini to latest ini format
Marcin Kuzminski <marcin@python-works.com>
parents: 1982
diff changeset
375
3381
c48a3381b037 sync test.ini file with upstream
Marcin Kuzminski <marcin@python-works.com>
parents: 3180
diff changeset
376 ## encrypted cookie client side session, good for many instances ##
2110
bc24ef53edd1 updated test.ini to latest ini format
Marcin Kuzminski <marcin@python-works.com>
parents: 1982
diff changeset
377 #beaker.session.type = cookie
459
7c978511c951 implemented basic (startup) nose test suite.
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
378
3381
c48a3381b037 sync test.ini file with upstream
Marcin Kuzminski <marcin@python-works.com>
parents: 3180
diff changeset
379 ## file based cookies (default) ##
c48a3381b037 sync test.ini file with upstream
Marcin Kuzminski <marcin@python-works.com>
parents: 3180
diff changeset
380 #beaker.session.type = file
c48a3381b037 sync test.ini file with upstream
Marcin Kuzminski <marcin@python-works.com>
parents: 3180
diff changeset
381
4225
3e6291d99a6f Align and update the outdated ini files and templates
Mads Kiilerich <madski@unity3d.com>
parents: 4212
diff changeset
382 beaker.session.key = kallithea
3e6291d99a6f Align and update the outdated ini files and templates
Mads Kiilerich <madski@unity3d.com>
parents: 4212
diff changeset
383 beaker.session.secret = {74e0cd75-b339-478b-b129-07dd221def1f}
3381
c48a3381b037 sync test.ini file with upstream
Marcin Kuzminski <marcin@python-works.com>
parents: 3180
diff changeset
384
4225
3e6291d99a6f Align and update the outdated ini files and templates
Mads Kiilerich <madski@unity3d.com>
parents: 4212
diff changeset
385 ## Secure encrypted cookie. Requires AES and AES python libraries
3e6291d99a6f Align and update the outdated ini files and templates
Mads Kiilerich <madski@unity3d.com>
parents: 4212
diff changeset
386 ## you must disable beaker.session.secret to use this
3557
58dcef7eef03 Implemented show_id function that is a configurable way to display sha hashes in the changelog.
Marcin Kuzminski <marcin@python-works.com>
parents: 3490
diff changeset
387 #beaker.session.encrypt_key = <key_for_encryption>
58dcef7eef03 Implemented show_id function that is a configurable way to display sha hashes in the changelog.
Marcin Kuzminski <marcin@python-works.com>
parents: 3490
diff changeset
388 #beaker.session.validate_key = <validation_key>
58dcef7eef03 Implemented show_id function that is a configurable way to display sha hashes in the changelog.
Marcin Kuzminski <marcin@python-works.com>
parents: 3490
diff changeset
389
3381
c48a3381b037 sync test.ini file with upstream
Marcin Kuzminski <marcin@python-works.com>
parents: 3180
diff changeset
390 ## sets session as invalid if it haven't been accessed for given amount of time
4225
3e6291d99a6f Align and update the outdated ini files and templates
Mads Kiilerich <madski@unity3d.com>
parents: 4212
diff changeset
391 beaker.session.timeout = 2592000
2110
bc24ef53edd1 updated test.ini to latest ini format
Marcin Kuzminski <marcin@python-works.com>
parents: 1982
diff changeset
392 beaker.session.httponly = true
3381
c48a3381b037 sync test.ini file with upstream
Marcin Kuzminski <marcin@python-works.com>
parents: 3180
diff changeset
393 #beaker.session.cookie_path = /<your-prefix>
2110
bc24ef53edd1 updated test.ini to latest ini format
Marcin Kuzminski <marcin@python-works.com>
parents: 1982
diff changeset
394
3557
58dcef7eef03 Implemented show_id function that is a configurable way to display sha hashes in the changelog.
Marcin Kuzminski <marcin@python-works.com>
parents: 3490
diff changeset
395 ## uncomment for https secure cookie
2110
bc24ef53edd1 updated test.ini to latest ini format
Marcin Kuzminski <marcin@python-works.com>
parents: 1982
diff changeset
396 beaker.session.secure = false
459
7c978511c951 implemented basic (startup) nose test suite.
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
397
3557
58dcef7eef03 Implemented show_id function that is a configurable way to display sha hashes in the changelog.
Marcin Kuzminski <marcin@python-works.com>
parents: 3490
diff changeset
398 ## auto save the session to not to use .save()
459
7c978511c951 implemented basic (startup) nose test suite.
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
399 beaker.session.auto = False
7c978511c951 implemented basic (startup) nose test suite.
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
400
3381
c48a3381b037 sync test.ini file with upstream
Marcin Kuzminski <marcin@python-works.com>
parents: 3180
diff changeset
401 ## default cookie expiration time in seconds `true` expire at browser close ##
459
7c978511c951 implemented basic (startup) nose test suite.
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
402 #beaker.session.cookie_expires = 3600
7c978511c951 implemented basic (startup) nose test suite.
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
403
2110
bc24ef53edd1 updated test.ini to latest ini format
Marcin Kuzminski <marcin@python-works.com>
parents: 1982
diff changeset
404
3479
b45c8916644c synced test.ini with latest changes
Marcin Kuzminski <marcin@python-works.com>
parents: 3393
diff changeset
405 ############################
b45c8916644c synced test.ini with latest changes
Marcin Kuzminski <marcin@python-works.com>
parents: 3393
diff changeset
406 ## ERROR HANDLING SYSTEMS ##
b45c8916644c synced test.ini with latest changes
Marcin Kuzminski <marcin@python-works.com>
parents: 3393
diff changeset
407 ############################
b45c8916644c synced test.ini with latest changes
Marcin Kuzminski <marcin@python-works.com>
parents: 3393
diff changeset
408
b45c8916644c synced test.ini with latest changes
Marcin Kuzminski <marcin@python-works.com>
parents: 3393
diff changeset
409 ####################
b45c8916644c synced test.ini with latest changes
Marcin Kuzminski <marcin@python-works.com>
parents: 3393
diff changeset
410 ### [errormator] ###
b45c8916644c synced test.ini with latest changes
Marcin Kuzminski <marcin@python-works.com>
parents: 3393
diff changeset
411 ####################
b45c8916644c synced test.ini with latest changes
Marcin Kuzminski <marcin@python-works.com>
parents: 3393
diff changeset
412
4212
24c0d584ba86 General renaming to Kallithea
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4210
diff changeset
413 ## Errormator is tailored to work with Kallithea, see
3557
58dcef7eef03 Implemented show_id function that is a configurable way to display sha hashes in the changelog.
Marcin Kuzminski <marcin@python-works.com>
parents: 3490
diff changeset
414 ## http://errormator.com for details how to obtain an account
58dcef7eef03 Implemented show_id function that is a configurable way to display sha hashes in the changelog.
Marcin Kuzminski <marcin@python-works.com>
parents: 3490
diff changeset
415 ## you must install python package `errormator_client` to make it work
3479
b45c8916644c synced test.ini with latest changes
Marcin Kuzminski <marcin@python-works.com>
parents: 3393
diff changeset
416
3557
58dcef7eef03 Implemented show_id function that is a configurable way to display sha hashes in the changelog.
Marcin Kuzminski <marcin@python-works.com>
parents: 3490
diff changeset
417 ## errormator enabled
58dcef7eef03 Implemented show_id function that is a configurable way to display sha hashes in the changelog.
Marcin Kuzminski <marcin@python-works.com>
parents: 3490
diff changeset
418 errormator = false
3479
b45c8916644c synced test.ini with latest changes
Marcin Kuzminski <marcin@python-works.com>
parents: 3393
diff changeset
419
b45c8916644c synced test.ini with latest changes
Marcin Kuzminski <marcin@python-works.com>
parents: 3393
diff changeset
420 errormator.server_url = https://api.errormator.com
b45c8916644c synced test.ini with latest changes
Marcin Kuzminski <marcin@python-works.com>
parents: 3393
diff changeset
421 errormator.api_key = YOUR_API_KEY
b45c8916644c synced test.ini with latest changes
Marcin Kuzminski <marcin@python-works.com>
parents: 3393
diff changeset
422
3557
58dcef7eef03 Implemented show_id function that is a configurable way to display sha hashes in the changelog.
Marcin Kuzminski <marcin@python-works.com>
parents: 3490
diff changeset
423 ## TWEAK AMOUNT OF INFO SENT HERE
3479
b45c8916644c synced test.ini with latest changes
Marcin Kuzminski <marcin@python-works.com>
parents: 3393
diff changeset
424
3557
58dcef7eef03 Implemented show_id function that is a configurable way to display sha hashes in the changelog.
Marcin Kuzminski <marcin@python-works.com>
parents: 3490
diff changeset
425 ## enables 404 error logging (default False)
3479
b45c8916644c synced test.ini with latest changes
Marcin Kuzminski <marcin@python-works.com>
parents: 3393
diff changeset
426 errormator.report_404 = false
b45c8916644c synced test.ini with latest changes
Marcin Kuzminski <marcin@python-works.com>
parents: 3393
diff changeset
427
3557
58dcef7eef03 Implemented show_id function that is a configurable way to display sha hashes in the changelog.
Marcin Kuzminski <marcin@python-works.com>
parents: 3490
diff changeset
428 ## time in seconds after request is considered being slow (default 1)
3479
b45c8916644c synced test.ini with latest changes
Marcin Kuzminski <marcin@python-works.com>
parents: 3393
diff changeset
429 errormator.slow_request_time = 1
b45c8916644c synced test.ini with latest changes
Marcin Kuzminski <marcin@python-works.com>
parents: 3393
diff changeset
430
3557
58dcef7eef03 Implemented show_id function that is a configurable way to display sha hashes in the changelog.
Marcin Kuzminski <marcin@python-works.com>
parents: 3490
diff changeset
431 ## record slow requests in application
58dcef7eef03 Implemented show_id function that is a configurable way to display sha hashes in the changelog.
Marcin Kuzminski <marcin@python-works.com>
parents: 3490
diff changeset
432 ## (needs to be enabled for slow datastore recording and time tracking)
3479
b45c8916644c synced test.ini with latest changes
Marcin Kuzminski <marcin@python-works.com>
parents: 3393
diff changeset
433 errormator.slow_requests = true
b45c8916644c synced test.ini with latest changes
Marcin Kuzminski <marcin@python-works.com>
parents: 3393
diff changeset
434
3557
58dcef7eef03 Implemented show_id function that is a configurable way to display sha hashes in the changelog.
Marcin Kuzminski <marcin@python-works.com>
parents: 3490
diff changeset
435 ## enable hooking to application loggers
3479
b45c8916644c synced test.ini with latest changes
Marcin Kuzminski <marcin@python-works.com>
parents: 3393
diff changeset
436 # errormator.logging = true
b45c8916644c synced test.ini with latest changes
Marcin Kuzminski <marcin@python-works.com>
parents: 3393
diff changeset
437
3557
58dcef7eef03 Implemented show_id function that is a configurable way to display sha hashes in the changelog.
Marcin Kuzminski <marcin@python-works.com>
parents: 3490
diff changeset
438 ## minimum log level for log capture
3479
b45c8916644c synced test.ini with latest changes
Marcin Kuzminski <marcin@python-works.com>
parents: 3393
diff changeset
439 # errormator.logging.level = WARNING
b45c8916644c synced test.ini with latest changes
Marcin Kuzminski <marcin@python-works.com>
parents: 3393
diff changeset
440
3557
58dcef7eef03 Implemented show_id function that is a configurable way to display sha hashes in the changelog.
Marcin Kuzminski <marcin@python-works.com>
parents: 3490
diff changeset
441 ## send logs only from erroneous/slow requests
58dcef7eef03 Implemented show_id function that is a configurable way to display sha hashes in the changelog.
Marcin Kuzminski <marcin@python-works.com>
parents: 3490
diff changeset
442 ## (saves API quota for intensive logging)
3479
b45c8916644c synced test.ini with latest changes
Marcin Kuzminski <marcin@python-works.com>
parents: 3393
diff changeset
443 errormator.logging_on_error = false
b45c8916644c synced test.ini with latest changes
Marcin Kuzminski <marcin@python-works.com>
parents: 3393
diff changeset
444
4068
17e3926c3753 added ini files into codecleaner
Marcin Kuzminski <marcin@python-works.com>
parents: 3960
diff changeset
445 ## list of additonal keywords that should be grabbed from environ object
3557
58dcef7eef03 Implemented show_id function that is a configurable way to display sha hashes in the changelog.
Marcin Kuzminski <marcin@python-works.com>
parents: 3490
diff changeset
446 ## can be string with comma separated list of words in lowercase
58dcef7eef03 Implemented show_id function that is a configurable way to display sha hashes in the changelog.
Marcin Kuzminski <marcin@python-works.com>
parents: 3490
diff changeset
447 ## (by default client will always send following info:
4068
17e3926c3753 added ini files into codecleaner
Marcin Kuzminski <marcin@python-works.com>
parents: 3960
diff changeset
448 ## 'REMOTE_USER', 'REMOTE_ADDR', 'SERVER_NAME', 'CONTENT_TYPE' + all keys that
3557
58dcef7eef03 Implemented show_id function that is a configurable way to display sha hashes in the changelog.
Marcin Kuzminski <marcin@python-works.com>
parents: 3490
diff changeset
449 ## start with HTTP* this list be extended with additional keywords here
4068
17e3926c3753 added ini files into codecleaner
Marcin Kuzminski <marcin@python-works.com>
parents: 3960
diff changeset
450 errormator.environ_keys_whitelist =
3479
b45c8916644c synced test.ini with latest changes
Marcin Kuzminski <marcin@python-works.com>
parents: 3393
diff changeset
451
b45c8916644c synced test.ini with latest changes
Marcin Kuzminski <marcin@python-works.com>
parents: 3393
diff changeset
452
4068
17e3926c3753 added ini files into codecleaner
Marcin Kuzminski <marcin@python-works.com>
parents: 3960
diff changeset
453 ## list of keywords that should be blanked from request object
3557
58dcef7eef03 Implemented show_id function that is a configurable way to display sha hashes in the changelog.
Marcin Kuzminski <marcin@python-works.com>
parents: 3490
diff changeset
454 ## can be string with comma separated list of words in lowercase
4068
17e3926c3753 added ini files into codecleaner
Marcin Kuzminski <marcin@python-works.com>
parents: 3960
diff changeset
455 ## (by default client will always blank keys that contain following words
3557
58dcef7eef03 Implemented show_id function that is a configurable way to display sha hashes in the changelog.
Marcin Kuzminski <marcin@python-works.com>
parents: 3490
diff changeset
456 ## 'password', 'passwd', 'pwd', 'auth_tkt', 'secret', 'csrf'
58dcef7eef03 Implemented show_id function that is a configurable way to display sha hashes in the changelog.
Marcin Kuzminski <marcin@python-works.com>
parents: 3490
diff changeset
457 ## this list be extended with additional keywords set here
3479
b45c8916644c synced test.ini with latest changes
Marcin Kuzminski <marcin@python-works.com>
parents: 3393
diff changeset
458 errormator.request_keys_blacklist =
b45c8916644c synced test.ini with latest changes
Marcin Kuzminski <marcin@python-works.com>
parents: 3393
diff changeset
459
b45c8916644c synced test.ini with latest changes
Marcin Kuzminski <marcin@python-works.com>
parents: 3393
diff changeset
460
3557
58dcef7eef03 Implemented show_id function that is a configurable way to display sha hashes in the changelog.
Marcin Kuzminski <marcin@python-works.com>
parents: 3490
diff changeset
461 ## list of namespaces that should be ignores when gathering log entries
58dcef7eef03 Implemented show_id function that is a configurable way to display sha hashes in the changelog.
Marcin Kuzminski <marcin@python-works.com>
parents: 3490
diff changeset
462 ## can be string with comma separated list of namespaces
58dcef7eef03 Implemented show_id function that is a configurable way to display sha hashes in the changelog.
Marcin Kuzminski <marcin@python-works.com>
parents: 3490
diff changeset
463 ## (by default the client ignores own entries: errormator_client.client)
4068
17e3926c3753 added ini files into codecleaner
Marcin Kuzminski <marcin@python-works.com>
parents: 3960
diff changeset
464 errormator.log_namespace_blacklist =
3479
b45c8916644c synced test.ini with latest changes
Marcin Kuzminski <marcin@python-works.com>
parents: 3393
diff changeset
465
b45c8916644c synced test.ini with latest changes
Marcin Kuzminski <marcin@python-works.com>
parents: 3393
diff changeset
466
b45c8916644c synced test.ini with latest changes
Marcin Kuzminski <marcin@python-works.com>
parents: 3393
diff changeset
467 ################
b45c8916644c synced test.ini with latest changes
Marcin Kuzminski <marcin@python-works.com>
parents: 3393
diff changeset
468 ### [sentry] ###
b45c8916644c synced test.ini with latest changes
Marcin Kuzminski <marcin@python-works.com>
parents: 3393
diff changeset
469 ################
b45c8916644c synced test.ini with latest changes
Marcin Kuzminski <marcin@python-works.com>
parents: 3393
diff changeset
470
3557
58dcef7eef03 Implemented show_id function that is a configurable way to display sha hashes in the changelog.
Marcin Kuzminski <marcin@python-works.com>
parents: 3490
diff changeset
471 ## sentry is a alternative open source error aggregator
4068
17e3926c3753 added ini files into codecleaner
Marcin Kuzminski <marcin@python-works.com>
parents: 3960
diff changeset
472 ## you must install python packages `sentry` and `raven` to enable
3479
b45c8916644c synced test.ini with latest changes
Marcin Kuzminski <marcin@python-works.com>
parents: 3393
diff changeset
473
b45c8916644c synced test.ini with latest changes
Marcin Kuzminski <marcin@python-works.com>
parents: 3393
diff changeset
474 sentry.dsn = YOUR_DNS
b45c8916644c synced test.ini with latest changes
Marcin Kuzminski <marcin@python-works.com>
parents: 3393
diff changeset
475 sentry.servers =
b45c8916644c synced test.ini with latest changes
Marcin Kuzminski <marcin@python-works.com>
parents: 3393
diff changeset
476 sentry.name =
b45c8916644c synced test.ini with latest changes
Marcin Kuzminski <marcin@python-works.com>
parents: 3393
diff changeset
477 sentry.key =
b45c8916644c synced test.ini with latest changes
Marcin Kuzminski <marcin@python-works.com>
parents: 3393
diff changeset
478 sentry.public_key =
b45c8916644c synced test.ini with latest changes
Marcin Kuzminski <marcin@python-works.com>
parents: 3393
diff changeset
479 sentry.secret_key =
b45c8916644c synced test.ini with latest changes
Marcin Kuzminski <marcin@python-works.com>
parents: 3393
diff changeset
480 sentry.project =
b45c8916644c synced test.ini with latest changes
Marcin Kuzminski <marcin@python-works.com>
parents: 3393
diff changeset
481 sentry.site =
b45c8916644c synced test.ini with latest changes
Marcin Kuzminski <marcin@python-works.com>
parents: 3393
diff changeset
482 sentry.include_paths =
b45c8916644c synced test.ini with latest changes
Marcin Kuzminski <marcin@python-works.com>
parents: 3393
diff changeset
483 sentry.exclude_paths =
b45c8916644c synced test.ini with latest changes
Marcin Kuzminski <marcin@python-works.com>
parents: 3393
diff changeset
484
b45c8916644c synced test.ini with latest changes
Marcin Kuzminski <marcin@python-works.com>
parents: 3393
diff changeset
485
459
7c978511c951 implemented basic (startup) nose test suite.
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
486 ################################################################################
7c978511c951 implemented basic (startup) nose test suite.
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
487 ## WARNING: *THE LINE BELOW MUST BE UNCOMMENTED ON A PRODUCTION ENVIRONMENT* ##
7c978511c951 implemented basic (startup) nose test suite.
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
488 ## Debug mode will enable the interactive debugging tool, allowing ANYONE to ##
7c978511c951 implemented basic (startup) nose test suite.
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
489 ## execute malicious code after an exception is raised. ##
7c978511c951 implemented basic (startup) nose test suite.
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
490 ################################################################################
3381
c48a3381b037 sync test.ini file with upstream
Marcin Kuzminski <marcin@python-works.com>
parents: 3180
diff changeset
491 set debug = false
459
7c978511c951 implemented basic (startup) nose test suite.
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
492
7c978511c951 implemented basic (startup) nose test suite.
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
493 ##################################
7c978511c951 implemented basic (startup) nose test suite.
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
494 ### LOGVIEW CONFIG ###
7c978511c951 implemented basic (startup) nose test suite.
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
495 ##################################
4225
3e6291d99a6f Align and update the outdated ini files and templates
Mads Kiilerich <madski@unity3d.com>
parents: 4212
diff changeset
496
459
7c978511c951 implemented basic (startup) nose test suite.
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
497 logview.sqlalchemy = #faa
7c978511c951 implemented basic (startup) nose test suite.
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
498 logview.pylons.templating = #bfb
7c978511c951 implemented basic (startup) nose test suite.
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
499 logview.pylons.util = #eee
7c978511c951 implemented basic (startup) nose test suite.
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
500
7c978511c951 implemented basic (startup) nose test suite.
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
501 #########################################################
7c978511c951 implemented basic (startup) nose test suite.
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
502 ### DB CONFIGS - EACH DB WILL HAVE IT'S OWN CONFIG ###
7c978511c951 implemented basic (startup) nose test suite.
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
503 #########################################################
4225
3e6291d99a6f Align and update the outdated ini files and templates
Mads Kiilerich <madski@unity3d.com>
parents: 4212
diff changeset
504
3e6291d99a6f Align and update the outdated ini files and templates
Mads Kiilerich <madski@unity3d.com>
parents: 4212
diff changeset
505 # SQLITE [default]
3e6291d99a6f Align and update the outdated ini files and templates
Mads Kiilerich <madski@unity3d.com>
parents: 4212
diff changeset
506 #sqlalchemy.db1.url = sqlite:///%(here)s/kallithea.db?timeout=60
4206
703d3208424c Rename various strings for tests
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4186
diff changeset
507 sqlalchemy.db1.url = sqlite:///%(here)s/kallithea_test.sqlite
4225
3e6291d99a6f Align and update the outdated ini files and templates
Mads Kiilerich <madski@unity3d.com>
parents: 4212
diff changeset
508
3e6291d99a6f Align and update the outdated ini files and templates
Mads Kiilerich <madski@unity3d.com>
parents: 4212
diff changeset
509 # POSTGRESQL
3e6291d99a6f Align and update the outdated ini files and templates
Mads Kiilerich <madski@unity3d.com>
parents: 4212
diff changeset
510 # sqlalchemy.db1.url = postgresql://user:pass@localhost/kallithea
3e6291d99a6f Align and update the outdated ini files and templates
Mads Kiilerich <madski@unity3d.com>
parents: 4212
diff changeset
511
3e6291d99a6f Align and update the outdated ini files and templates
Mads Kiilerich <madski@unity3d.com>
parents: 4212
diff changeset
512 # MySQL
3e6291d99a6f Align and update the outdated ini files and templates
Mads Kiilerich <madski@unity3d.com>
parents: 4212
diff changeset
513 # sqlalchemy.db1.url = mysql://user:pass@localhost/kallithea
3e6291d99a6f Align and update the outdated ini files and templates
Mads Kiilerich <madski@unity3d.com>
parents: 4212
diff changeset
514
3e6291d99a6f Align and update the outdated ini files and templates
Mads Kiilerich <madski@unity3d.com>
parents: 4212
diff changeset
515 # see sqlalchemy docs for others
3e6291d99a6f Align and update the outdated ini files and templates
Mads Kiilerich <madski@unity3d.com>
parents: 4212
diff changeset
516
2149
50aa7cb78cfe Mysql fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 2110
diff changeset
517 sqlalchemy.db1.echo = false
50aa7cb78cfe Mysql fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 2110
diff changeset
518 sqlalchemy.db1.pool_recycle = 3600
50aa7cb78cfe Mysql fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 2110
diff changeset
519 sqlalchemy.db1.convert_unicode = true
459
7c978511c951 implemented basic (startup) nose test suite.
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
520
7c978511c951 implemented basic (startup) nose test suite.
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
521 ################################
7c978511c951 implemented basic (startup) nose test suite.
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
522 ### LOGGING CONFIGURATION ####
7c978511c951 implemented basic (startup) nose test suite.
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
523 ################################
4225
3e6291d99a6f Align and update the outdated ini files and templates
Mads Kiilerich <madski@unity3d.com>
parents: 4212
diff changeset
524
459
7c978511c951 implemented basic (startup) nose test suite.
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
525 [loggers]
4207
58e390e0cea4 Rename some strings in init files and logger names
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4206
diff changeset
526 keys = root, routes, kallithea, sqlalchemy, beaker, templates, whoosh_indexer
459
7c978511c951 implemented basic (startup) nose test suite.
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
527
7c978511c951 implemented basic (startup) nose test suite.
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
528 [handlers]
3557
58dcef7eef03 Implemented show_id function that is a configurable way to display sha hashes in the changelog.
Marcin Kuzminski <marcin@python-works.com>
parents: 3490
diff changeset
529 keys = console, console_sql
459
7c978511c951 implemented basic (startup) nose test suite.
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
530
7c978511c951 implemented basic (startup) nose test suite.
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
531 [formatters]
3557
58dcef7eef03 Implemented show_id function that is a configurable way to display sha hashes in the changelog.
Marcin Kuzminski <marcin@python-works.com>
parents: 3490
diff changeset
532 keys = generic, color_formatter, color_formatter_sql
459
7c978511c951 implemented basic (startup) nose test suite.
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
533
7c978511c951 implemented basic (startup) nose test suite.
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
534 #############
7c978511c951 implemented basic (startup) nose test suite.
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
535 ## LOGGERS ##
7c978511c951 implemented basic (startup) nose test suite.
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
536 #############
4225
3e6291d99a6f Align and update the outdated ini files and templates
Mads Kiilerich <madski@unity3d.com>
parents: 4212
diff changeset
537
459
7c978511c951 implemented basic (startup) nose test suite.
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
538 [logger_root]
4225
3e6291d99a6f Align and update the outdated ini files and templates
Mads Kiilerich <madski@unity3d.com>
parents: 4212
diff changeset
539 #level = NOTSET
2686
269c6e0b54cc Reimplemented file-browser using partial-ajax
Marcin Kuzminski <marcin@python-works.com>
parents: 2597
diff changeset
540 level = DEBUG
459
7c978511c951 implemented basic (startup) nose test suite.
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
541 handlers = console
7c978511c951 implemented basic (startup) nose test suite.
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
542
7c978511c951 implemented basic (startup) nose test suite.
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
543 [logger_routes]
2686
269c6e0b54cc Reimplemented file-browser using partial-ajax
Marcin Kuzminski <marcin@python-works.com>
parents: 2597
diff changeset
544 level = DEBUG
4068
17e3926c3753 added ini files into codecleaner
Marcin Kuzminski <marcin@python-works.com>
parents: 3960
diff changeset
545 handlers =
459
7c978511c951 implemented basic (startup) nose test suite.
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
546 qualname = routes.middleware
3557
58dcef7eef03 Implemented show_id function that is a configurable way to display sha hashes in the changelog.
Marcin Kuzminski <marcin@python-works.com>
parents: 3490
diff changeset
547 ## "level = DEBUG" logs the route matched and routing variables.
1530
04027bdb876c Refactoring of model get functions
Marcin Kuzminski <marcin@python-works.com>
parents: 1373
diff changeset
548 propagate = 1
459
7c978511c951 implemented basic (startup) nose test suite.
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
549
1373
66f03a87141c Fixes issue #201
Marcin Kuzminski <marcin@python-works.com>
parents: 1366
diff changeset
550 [logger_beaker]
66f03a87141c Fixes issue #201
Marcin Kuzminski <marcin@python-works.com>
parents: 1366
diff changeset
551 level = DEBUG
4068
17e3926c3753 added ini files into codecleaner
Marcin Kuzminski <marcin@python-works.com>
parents: 3960
diff changeset
552 handlers =
1373
66f03a87141c Fixes issue #201
Marcin Kuzminski <marcin@python-works.com>
parents: 1366
diff changeset
553 qualname = beaker.container
66f03a87141c Fixes issue #201
Marcin Kuzminski <marcin@python-works.com>
parents: 1366
diff changeset
554 propagate = 1
66f03a87141c Fixes issue #201
Marcin Kuzminski <marcin@python-works.com>
parents: 1366
diff changeset
555
66f03a87141c Fixes issue #201
Marcin Kuzminski <marcin@python-works.com>
parents: 1366
diff changeset
556 [logger_templates]
66f03a87141c Fixes issue #201
Marcin Kuzminski <marcin@python-works.com>
parents: 1366
diff changeset
557 level = INFO
4068
17e3926c3753 added ini files into codecleaner
Marcin Kuzminski <marcin@python-works.com>
parents: 3960
diff changeset
558 handlers =
1373
66f03a87141c Fixes issue #201
Marcin Kuzminski <marcin@python-works.com>
parents: 1366
diff changeset
559 qualname = pylons.templating
66f03a87141c Fixes issue #201
Marcin Kuzminski <marcin@python-works.com>
parents: 1366
diff changeset
560 propagate = 1
66f03a87141c Fixes issue #201
Marcin Kuzminski <marcin@python-works.com>
parents: 1366
diff changeset
561
4207
58e390e0cea4 Rename some strings in init files and logger names
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4206
diff changeset
562 [logger_kallithea]
2686
269c6e0b54cc Reimplemented file-browser using partial-ajax
Marcin Kuzminski <marcin@python-works.com>
parents: 2597
diff changeset
563 level = DEBUG
4068
17e3926c3753 added ini files into codecleaner
Marcin Kuzminski <marcin@python-works.com>
parents: 3960
diff changeset
564 handlers =
4207
58e390e0cea4 Rename some strings in init files and logger names
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4206
diff changeset
565 qualname = kallithea
1530
04027bdb876c Refactoring of model get functions
Marcin Kuzminski <marcin@python-works.com>
parents: 1373
diff changeset
566 propagate = 1
459
7c978511c951 implemented basic (startup) nose test suite.
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
567
7c978511c951 implemented basic (startup) nose test suite.
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
568 [logger_sqlalchemy]
4225
3e6291d99a6f Align and update the outdated ini files and templates
Mads Kiilerich <madski@unity3d.com>
parents: 4212
diff changeset
569 #level = INFO
3e6291d99a6f Align and update the outdated ini files and templates
Mads Kiilerich <madski@unity3d.com>
parents: 4212
diff changeset
570 #handlers = console_sql
459
7c978511c951 implemented basic (startup) nose test suite.
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
571 level = ERROR
7c978511c951 implemented basic (startup) nose test suite.
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
572 handlers = console
7c978511c951 implemented basic (startup) nose test suite.
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
573 qualname = sqlalchemy.engine
7c978511c951 implemented basic (startup) nose test suite.
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
574 propagate = 0
7c978511c951 implemented basic (startup) nose test suite.
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
575
2110
bc24ef53edd1 updated test.ini to latest ini format
Marcin Kuzminski <marcin@python-works.com>
parents: 1982
diff changeset
576 [logger_whoosh_indexer]
bc24ef53edd1 updated test.ini to latest ini format
Marcin Kuzminski <marcin@python-works.com>
parents: 1982
diff changeset
577 level = DEBUG
4068
17e3926c3753 added ini files into codecleaner
Marcin Kuzminski <marcin@python-works.com>
parents: 3960
diff changeset
578 handlers =
2110
bc24ef53edd1 updated test.ini to latest ini format
Marcin Kuzminski <marcin@python-works.com>
parents: 1982
diff changeset
579 qualname = whoosh_indexer
bc24ef53edd1 updated test.ini to latest ini format
Marcin Kuzminski <marcin@python-works.com>
parents: 1982
diff changeset
580 propagate = 1
bc24ef53edd1 updated test.ini to latest ini format
Marcin Kuzminski <marcin@python-works.com>
parents: 1982
diff changeset
581
459
7c978511c951 implemented basic (startup) nose test suite.
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
582 ##############
7c978511c951 implemented basic (startup) nose test suite.
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
583 ## HANDLERS ##
7c978511c951 implemented basic (startup) nose test suite.
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
584 ##############
7c978511c951 implemented basic (startup) nose test suite.
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
585
7c978511c951 implemented basic (startup) nose test suite.
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
586 [handler_console]
7c978511c951 implemented basic (startup) nose test suite.
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
587 class = StreamHandler
7c978511c951 implemented basic (startup) nose test suite.
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
588 args = (sys.stderr,)
4225
3e6291d99a6f Align and update the outdated ini files and templates
Mads Kiilerich <madski@unity3d.com>
parents: 4212
diff changeset
589 #level = INFO
459
7c978511c951 implemented basic (startup) nose test suite.
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
590 level = NOTSET
1530
04027bdb876c Refactoring of model get functions
Marcin Kuzminski <marcin@python-works.com>
parents: 1373
diff changeset
591 formatter = generic
459
7c978511c951 implemented basic (startup) nose test suite.
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
592
3557
58dcef7eef03 Implemented show_id function that is a configurable way to display sha hashes in the changelog.
Marcin Kuzminski <marcin@python-works.com>
parents: 3490
diff changeset
593 [handler_console_sql]
58dcef7eef03 Implemented show_id function that is a configurable way to display sha hashes in the changelog.
Marcin Kuzminski <marcin@python-works.com>
parents: 3490
diff changeset
594 class = StreamHandler
58dcef7eef03 Implemented show_id function that is a configurable way to display sha hashes in the changelog.
Marcin Kuzminski <marcin@python-works.com>
parents: 3490
diff changeset
595 args = (sys.stderr,)
58dcef7eef03 Implemented show_id function that is a configurable way to display sha hashes in the changelog.
Marcin Kuzminski <marcin@python-works.com>
parents: 3490
diff changeset
596 level = WARN
58dcef7eef03 Implemented show_id function that is a configurable way to display sha hashes in the changelog.
Marcin Kuzminski <marcin@python-works.com>
parents: 3490
diff changeset
597 formatter = generic
58dcef7eef03 Implemented show_id function that is a configurable way to display sha hashes in the changelog.
Marcin Kuzminski <marcin@python-works.com>
parents: 3490
diff changeset
598
459
7c978511c951 implemented basic (startup) nose test suite.
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
599 ################
7c978511c951 implemented basic (startup) nose test suite.
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
600 ## FORMATTERS ##
7c978511c951 implemented basic (startup) nose test suite.
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
601 ################
7c978511c951 implemented basic (startup) nose test suite.
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
602
7c978511c951 implemented basic (startup) nose test suite.
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
603 [formatter_generic]
7c978511c951 implemented basic (startup) nose test suite.
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
604 format = %(asctime)s.%(msecs)03d %(levelname)-5.5s [%(name)s] %(message)s
7c978511c951 implemented basic (startup) nose test suite.
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
605 datefmt = %Y-%m-%d %H:%M:%S
7c978511c951 implemented basic (startup) nose test suite.
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
606
7c978511c951 implemented basic (startup) nose test suite.
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
607 [formatter_color_formatter]
4186
7e5f8c12a3fc First step in two-part process to rename directories to kallithea.
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4068
diff changeset
608 class=kallithea.lib.colored_formatter.ColorFormatter
459
7c978511c951 implemented basic (startup) nose test suite.
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
609 format= %(asctime)s.%(msecs)03d %(levelname)-5.5s [%(name)s] %(message)s
3180
3472d8f37e6d fixed ip restriction tests when runned multiple times.
Marcin Kuzminski <marcin@python-works.com>
parents: 3095
diff changeset
610 datefmt = %Y-%m-%d %H:%M:%S
3557
58dcef7eef03 Implemented show_id function that is a configurable way to display sha hashes in the changelog.
Marcin Kuzminski <marcin@python-works.com>
parents: 3490
diff changeset
611
58dcef7eef03 Implemented show_id function that is a configurable way to display sha hashes in the changelog.
Marcin Kuzminski <marcin@python-works.com>
parents: 3490
diff changeset
612 [formatter_color_formatter_sql]
4186
7e5f8c12a3fc First step in two-part process to rename directories to kallithea.
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4068
diff changeset
613 class=kallithea.lib.colored_formatter.ColorFormatterSql
3557
58dcef7eef03 Implemented show_id function that is a configurable way to display sha hashes in the changelog.
Marcin Kuzminski <marcin@python-works.com>
parents: 3490
diff changeset
614 format= %(asctime)s.%(msecs)03d %(levelname)-5.5s [%(name)s] %(message)s
58dcef7eef03 Implemented show_id function that is a configurable way to display sha hashes in the changelog.
Marcin Kuzminski <marcin@python-works.com>
parents: 3490
diff changeset
615 datefmt = %Y-%m-%d %H:%M:%S