annotate test.ini @ 4845:3a3ec35466e7

templates: move site branding in page title to base template Instead of repeating the same three lines in each and every template, move it to the base template.
author Thomas De Schampheleire <thomas.de_schampheleire@alcatel-lucent.com>
date Mon, 23 Feb 2015 22:11:38 +0100
parents dacdea9fda2a
children 5e94c0f9720c
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 ## path to git executable
3381
c48a3381b037 sync test.ini file with upstream
Marcin Kuzminski <marcin@python-works.com>
parents: 3180
diff changeset
182 git_path = git
c48a3381b037 sync test.ini file with upstream
Marcin Kuzminski <marcin@python-works.com>
parents: 3180
diff changeset
183
3561
c04d1d9b6193 made git refs filter configurable ref issue #797
Marcin Kuzminski <marcin@python-works.com>
parents: 3557
diff changeset
184 ## 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
185 ## 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
186 #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
187
3381
c48a3381b037 sync test.ini file with upstream
Marcin Kuzminski <marcin@python-works.com>
parents: 3180
diff changeset
188 ## RSS feed options
c48a3381b037 sync test.ini file with upstream
Marcin Kuzminski <marcin@python-works.com>
parents: 3180
diff changeset
189 rss_cut_off_limit = 256000
c48a3381b037 sync test.ini file with upstream
Marcin Kuzminski <marcin@python-works.com>
parents: 3180
diff changeset
190 rss_items_per_page = 10
c48a3381b037 sync test.ini file with upstream
Marcin Kuzminski <marcin@python-works.com>
parents: 3180
diff changeset
191 rss_include_diff = false
c48a3381b037 sync test.ini file with upstream
Marcin Kuzminski <marcin@python-works.com>
parents: 3180
diff changeset
192
3651
659bd922520e config: rename options to show_revision_number and show_sha_length
Mads Kiilerich <madski@unity3d.com>
parents: 3588
diff changeset
193 ## 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
194 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
195 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
196
4225
3e6291d99a6f Align and update the outdated ini files and templates
Mads Kiilerich <madski@unity3d.com>
parents: 4212
diff changeset
197 ## 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
198 ## 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
199 ## 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
200 ## 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
201 gist_alias_url =
3e6291d99a6f Align and update the outdated ini files and templates
Mads Kiilerich <madski@unity3d.com>
parents: 4212
diff changeset
202
3e6291d99a6f Align and update the outdated ini files and templates
Mads Kiilerich <madski@unity3d.com>
parents: 4212
diff changeset
203 ## 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
204 ## 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
205 ## 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
206 ## 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
207 ## 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
208 ## 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
209 api_access_controllers_whitelist =
3e6291d99a6f Align and update the outdated ini files and templates
Mads Kiilerich <madski@unity3d.com>
parents: 4212
diff changeset
210 # ChangesetController:changeset_patch,
3e6291d99a6f Align and update the outdated ini files and templates
Mads Kiilerich <madski@unity3d.com>
parents: 4212
diff changeset
211 # ChangesetController:changeset_raw,
3e6291d99a6f Align and update the outdated ini files and templates
Mads Kiilerich <madski@unity3d.com>
parents: 4212
diff changeset
212 # FilesController:raw,
3e6291d99a6f Align and update the outdated ini files and templates
Mads Kiilerich <madski@unity3d.com>
parents: 4212
diff changeset
213 # FilesController:archivefile
3381
c48a3381b037 sync test.ini file with upstream
Marcin Kuzminski <marcin@python-works.com>
parents: 3180
diff changeset
214
c48a3381b037 sync test.ini file with upstream
Marcin Kuzminski <marcin@python-works.com>
parents: 3180
diff changeset
215 ## 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
216 ## 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
217 default_encoding = utf8
2110
bc24ef53edd1 updated test.ini to latest ini format
Marcin Kuzminski <marcin@python-works.com>
parents: 1982
diff changeset
218
4225
3e6291d99a6f Align and update the outdated ini files and templates
Mads Kiilerich <madski@unity3d.com>
parents: 4212
diff changeset
219 ## 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
220 #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
221
2110
bc24ef53edd1 updated test.ini to latest ini format
Marcin Kuzminski <marcin@python-works.com>
parents: 1982
diff changeset
222 ## issue tracking mapping for commits messages
bc24ef53edd1 updated test.ini to latest ini format
Marcin Kuzminski <marcin@python-works.com>
parents: 1982
diff changeset
223 ## 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
224
bc24ef53edd1 updated test.ini to latest ini format
Marcin Kuzminski <marcin@python-works.com>
parents: 1982
diff changeset
225 ## 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
226 ## 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
227 ## {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
228
bc24ef53edd1 updated test.ini to latest ini format
Marcin Kuzminski <marcin@python-works.com>
parents: 1982
diff changeset
229 issue_pat = (?:\s*#)(\d+)
bc24ef53edd1 updated test.ini to latest ini format
Marcin Kuzminski <marcin@python-works.com>
parents: 1982
diff changeset
230
bc24ef53edd1 updated test.ini to latest ini format
Marcin Kuzminski <marcin@python-works.com>
parents: 1982
diff changeset
231 ## 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
232 ## 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
233 ## 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
234
bc24ef53edd1 updated test.ini to latest ini format
Marcin Kuzminski <marcin@python-works.com>
parents: 1982
diff changeset
235 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
236
bc24ef53edd1 updated test.ini to latest ini format
Marcin Kuzminski <marcin@python-works.com>
parents: 1982
diff changeset
237 ## 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
238 ## #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
239
bc24ef53edd1 updated test.ini to latest ini format
Marcin Kuzminski <marcin@python-works.com>
parents: 1982
diff changeset
240 issue_prefix = #
bc24ef53edd1 updated test.ini to latest ini format
Marcin Kuzminski <marcin@python-works.com>
parents: 1982
diff changeset
241
3381
c48a3381b037 sync test.ini file with upstream
Marcin Kuzminski <marcin@python-works.com>
parents: 3180
diff changeset
242 ## 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
243 ## 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
244 ## 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
245 # 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
246
c48a3381b037 sync test.ini file with upstream
Marcin Kuzminski <marcin@python-works.com>
parents: 3180
diff changeset
247 #issue_pat_wiki = (?:wiki-)(.+)
c48a3381b037 sync test.ini file with upstream
Marcin Kuzminski <marcin@python-works.com>
parents: 3180
diff changeset
248 #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
249 #issue_prefix_wiki = WIKI-
c48a3381b037 sync test.ini file with upstream
Marcin Kuzminski <marcin@python-works.com>
parents: 3180
diff changeset
250
c48a3381b037 sync test.ini file with upstream
Marcin Kuzminski <marcin@python-works.com>
parents: 3180
diff changeset
251
2110
bc24ef53edd1 updated test.ini to latest ini format
Marcin Kuzminski <marcin@python-works.com>
parents: 1982
diff changeset
252 ## instance-id prefix
4068
17e3926c3753 added ini files into codecleaner
Marcin Kuzminski <marcin@python-works.com>
parents: 3960
diff changeset
253 ## 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
254 ## 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
255 ## 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
256 instance_id =
2558
ecdfa7a480d2 Sync test.ini with development.ini
Marcin Kuzminski <marcin@python-works.com>
parents: 2149
diff changeset
257
ecdfa7a480d2 Sync test.ini with development.ini
Marcin Kuzminski <marcin@python-works.com>
parents: 2149
diff changeset
258 ## alternative return HTTP header for failed authentication. Default HTTP
4527
dacdea9fda2a Correct capitalization and improved English text in the UI
Na'Tosha Bard <natosha@unity3d.com>
parents: 4501
diff changeset
259 ## response is 401 HTTPUnauthorized. Currently Mercurial clients have trouble with
2558
ecdfa7a480d2 Sync test.ini with development.ini
Marcin Kuzminski <marcin@python-works.com>
parents: 2149
diff changeset
260 ## 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
261 auth_ret_code =
459
7c978511c951 implemented basic (startup) nose test suite.
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
262
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
263 ## 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
264 ## 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
265 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
266
4225
3e6291d99a6f Align and update the outdated ini files and templates
Mads Kiilerich <madski@unity3d.com>
parents: 4212
diff changeset
267 ## 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
268 allow_repo_location_change = True
3e6291d99a6f Align and update the outdated ini files and templates
Mads Kiilerich <madski@unity3d.com>
parents: 4212
diff changeset
269
3e6291d99a6f Align and update the outdated ini files and templates
Mads Kiilerich <madski@unity3d.com>
parents: 4212
diff changeset
270 ## 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
271 allow_custom_hooks_settings = True
3e6291d99a6f Align and update the outdated ini files and templates
Mads Kiilerich <madski@unity3d.com>
parents: 4212
diff changeset
272
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
273
459
7c978511c951 implemented basic (startup) nose test suite.
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
274 ####################################
776
f6c613fba757 Celery is configured by the .ini files and run from paster now
Marcin Kuzminski <marcin@python-works.com>
parents: 688
diff changeset
275 ### 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
276 ####################################
4225
3e6291d99a6f Align and update the outdated ini files and templates
Mads Kiilerich <madski@unity3d.com>
parents: 4212
diff changeset
277
776
f6c613fba757 Celery is configured by the .ini files and run from paster now
Marcin Kuzminski <marcin@python-works.com>
parents: 688
diff changeset
278 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
279 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
280 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
281 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
282 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
283 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
284
4186
7e5f8c12a3fc First step in two-part process to rename directories to kallithea.
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4068
diff changeset
285 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
286
f6c613fba757 Celery is configured by the .ini files and run from paster now
Marcin Kuzminski <marcin@python-works.com>
parents: 688
diff changeset
287 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
288 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
289 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
290
f6c613fba757 Celery is configured by the .ini files and run from paster now
Marcin Kuzminski <marcin@python-works.com>
parents: 688
diff changeset
291 #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
292 #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
293
f6c613fba757 Celery is configured by the .ini files and run from paster now
Marcin Kuzminski <marcin@python-works.com>
parents: 688
diff changeset
294 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
295 #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
296 celeryd.log.level = debug
1079
f4254d4cc5ca fixed test.ini
Marcin Kuzminski <marcin@python-works.com>
parents: 964
diff changeset
297 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
298
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
299 ## 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
300 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
301
f6c613fba757 Celery is configured by the .ini files and run from paster now
Marcin Kuzminski <marcin@python-works.com>
parents: 688
diff changeset
302 ####################################
459
7c978511c951 implemented basic (startup) nose test suite.
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
303 ### BEAKER CACHE ####
7c978511c951 implemented basic (startup) nose test suite.
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
304 ####################################
4225
3e6291d99a6f Align and update the outdated ini files and templates
Mads Kiilerich <madski@unity3d.com>
parents: 4212
diff changeset
305
3e6291d99a6f Align and update the outdated ini files and templates
Mads Kiilerich <madski@unity3d.com>
parents: 4212
diff changeset
306 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
307 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
308
629
7e536d1af60d Code refactoring,models renames
Marcin Kuzminski <marcin@python-works.com>
parents: 552
diff changeset
309 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
310
7e536d1af60d Code refactoring,models renames
Marcin Kuzminski <marcin@python-works.com>
parents: 552
diff changeset
311 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
312 beaker.cache.super_short_term.expire=10
1607
e886f91fcb71 Cached readme generation
Marcin Kuzminski <marcin@python-works.com>
parents: 1530
diff changeset
313 beaker.cache.super_short_term.key_length = 256
629
7e536d1af60d Code refactoring,models renames
Marcin Kuzminski <marcin@python-works.com>
parents: 552
diff changeset
314
7e536d1af60d Code refactoring,models renames
Marcin Kuzminski <marcin@python-works.com>
parents: 552
diff changeset
315 beaker.cache.short_term.type=memory
7e536d1af60d Code refactoring,models renames
Marcin Kuzminski <marcin@python-works.com>
parents: 552
diff changeset
316 beaker.cache.short_term.expire=60
1607
e886f91fcb71 Cached readme generation
Marcin Kuzminski <marcin@python-works.com>
parents: 1530
diff changeset
317 beaker.cache.short_term.key_length = 256
629
7e536d1af60d Code refactoring,models renames
Marcin Kuzminski <marcin@python-works.com>
parents: 552
diff changeset
318
459
7c978511c951 implemented basic (startup) nose test suite.
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
319 beaker.cache.long_term.type=memory
7c978511c951 implemented basic (startup) nose test suite.
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
320 beaker.cache.long_term.expire=36000
1607
e886f91fcb71 Cached readme generation
Marcin Kuzminski <marcin@python-works.com>
parents: 1530
diff changeset
321 beaker.cache.long_term.key_length = 256
629
7e536d1af60d Code refactoring,models renames
Marcin Kuzminski <marcin@python-works.com>
parents: 552
diff changeset
322
7e536d1af60d Code refactoring,models renames
Marcin Kuzminski <marcin@python-works.com>
parents: 552
diff changeset
323 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
324 beaker.cache.sql_cache_short.expire=10
1607
e886f91fcb71 Cached readme generation
Marcin Kuzminski <marcin@python-works.com>
parents: 1530
diff changeset
325 beaker.cache.sql_cache_short.key_length = 256
629
7e536d1af60d Code refactoring,models renames
Marcin Kuzminski <marcin@python-works.com>
parents: 552
diff changeset
326
7e536d1af60d Code refactoring,models renames
Marcin Kuzminski <marcin@python-works.com>
parents: 552
diff changeset
327 beaker.cache.sql_cache_med.type=memory
7e536d1af60d Code refactoring,models renames
Marcin Kuzminski <marcin@python-works.com>
parents: 552
diff changeset
328 beaker.cache.sql_cache_med.expire=360
1607
e886f91fcb71 Cached readme generation
Marcin Kuzminski <marcin@python-works.com>
parents: 1530
diff changeset
329 beaker.cache.sql_cache_med.key_length = 256
629
7e536d1af60d Code refactoring,models renames
Marcin Kuzminski <marcin@python-works.com>
parents: 552
diff changeset
330
7e536d1af60d Code refactoring,models renames
Marcin Kuzminski <marcin@python-works.com>
parents: 552
diff changeset
331 beaker.cache.sql_cache_long.type=file
7e536d1af60d Code refactoring,models renames
Marcin Kuzminski <marcin@python-works.com>
parents: 552
diff changeset
332 beaker.cache.sql_cache_long.expire=3600
1607
e886f91fcb71 Cached readme generation
Marcin Kuzminski <marcin@python-works.com>
parents: 1530
diff changeset
333 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
334
7c978511c951 implemented basic (startup) nose test suite.
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
335 ####################################
7c978511c951 implemented basic (startup) nose test suite.
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
336 ### BEAKER SESSION ####
7c978511c951 implemented basic (startup) nose test suite.
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
337 ####################################
4068
17e3926c3753 added ini files into codecleaner
Marcin Kuzminski <marcin@python-works.com>
parents: 3960
diff changeset
338 ## 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
339 ## dbm, file, memcached, database, and memory.
17e3926c3753 added ini files into codecleaner
Marcin Kuzminski <marcin@python-works.com>
parents: 3960
diff changeset
340 ## 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
341 ## 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
342
3381
c48a3381b037 sync test.ini file with upstream
Marcin Kuzminski <marcin@python-works.com>
parents: 3180
diff changeset
343 ## db session ##
2110
bc24ef53edd1 updated test.ini to latest ini format
Marcin Kuzminski <marcin@python-works.com>
parents: 1982
diff changeset
344 #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
345 #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
346 #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
347
3381
c48a3381b037 sync test.ini file with upstream
Marcin Kuzminski <marcin@python-works.com>
parents: 3180
diff changeset
348 ## 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
349 #beaker.session.type = cookie
459
7c978511c951 implemented basic (startup) nose test suite.
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
350
3381
c48a3381b037 sync test.ini file with upstream
Marcin Kuzminski <marcin@python-works.com>
parents: 3180
diff changeset
351 ## file based cookies (default) ##
c48a3381b037 sync test.ini file with upstream
Marcin Kuzminski <marcin@python-works.com>
parents: 3180
diff changeset
352 #beaker.session.type = file
c48a3381b037 sync test.ini file with upstream
Marcin Kuzminski <marcin@python-works.com>
parents: 3180
diff changeset
353
4225
3e6291d99a6f Align and update the outdated ini files and templates
Mads Kiilerich <madski@unity3d.com>
parents: 4212
diff changeset
354 beaker.session.key = kallithea
3e6291d99a6f Align and update the outdated ini files and templates
Mads Kiilerich <madski@unity3d.com>
parents: 4212
diff changeset
355 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
356
4225
3e6291d99a6f Align and update the outdated ini files and templates
Mads Kiilerich <madski@unity3d.com>
parents: 4212
diff changeset
357 ## 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
358 ## 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
359 #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
360 #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
361
3381
c48a3381b037 sync test.ini file with upstream
Marcin Kuzminski <marcin@python-works.com>
parents: 3180
diff changeset
362 ## 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
363 beaker.session.timeout = 2592000
2110
bc24ef53edd1 updated test.ini to latest ini format
Marcin Kuzminski <marcin@python-works.com>
parents: 1982
diff changeset
364 beaker.session.httponly = true
3381
c48a3381b037 sync test.ini file with upstream
Marcin Kuzminski <marcin@python-works.com>
parents: 3180
diff changeset
365 #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
366
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
367 ## uncomment for https secure cookie
2110
bc24ef53edd1 updated test.ini to latest ini format
Marcin Kuzminski <marcin@python-works.com>
parents: 1982
diff changeset
368 beaker.session.secure = false
459
7c978511c951 implemented basic (startup) nose test suite.
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
369
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
370 ## 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
371 beaker.session.auto = False
7c978511c951 implemented basic (startup) nose test suite.
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
372
3381
c48a3381b037 sync test.ini file with upstream
Marcin Kuzminski <marcin@python-works.com>
parents: 3180
diff changeset
373 ## 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
374 #beaker.session.cookie_expires = 3600
7c978511c951 implemented basic (startup) nose test suite.
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
375
2110
bc24ef53edd1 updated test.ini to latest ini format
Marcin Kuzminski <marcin@python-works.com>
parents: 1982
diff changeset
376
3479
b45c8916644c synced test.ini with latest changes
Marcin Kuzminski <marcin@python-works.com>
parents: 3393
diff changeset
377 ############################
b45c8916644c synced test.ini with latest changes
Marcin Kuzminski <marcin@python-works.com>
parents: 3393
diff changeset
378 ## ERROR HANDLING SYSTEMS ##
b45c8916644c synced test.ini with latest changes
Marcin Kuzminski <marcin@python-works.com>
parents: 3393
diff changeset
379 ############################
b45c8916644c synced test.ini with latest changes
Marcin Kuzminski <marcin@python-works.com>
parents: 3393
diff changeset
380
b45c8916644c synced test.ini with latest changes
Marcin Kuzminski <marcin@python-works.com>
parents: 3393
diff changeset
381 ####################
b45c8916644c synced test.ini with latest changes
Marcin Kuzminski <marcin@python-works.com>
parents: 3393
diff changeset
382 ### [errormator] ###
b45c8916644c synced test.ini with latest changes
Marcin Kuzminski <marcin@python-works.com>
parents: 3393
diff changeset
383 ####################
b45c8916644c synced test.ini with latest changes
Marcin Kuzminski <marcin@python-works.com>
parents: 3393
diff changeset
384
4212
24c0d584ba86 General renaming to Kallithea
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4210
diff changeset
385 ## 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
386 ## 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
387 ## 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
388
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
389 ## 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
390 errormator = false
3479
b45c8916644c synced test.ini with latest changes
Marcin Kuzminski <marcin@python-works.com>
parents: 3393
diff changeset
391
b45c8916644c synced test.ini with latest changes
Marcin Kuzminski <marcin@python-works.com>
parents: 3393
diff changeset
392 errormator.server_url = https://api.errormator.com
b45c8916644c synced test.ini with latest changes
Marcin Kuzminski <marcin@python-works.com>
parents: 3393
diff changeset
393 errormator.api_key = YOUR_API_KEY
b45c8916644c synced test.ini with latest changes
Marcin Kuzminski <marcin@python-works.com>
parents: 3393
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 ## TWEAK AMOUNT OF INFO SENT HERE
3479
b45c8916644c synced test.ini with latest changes
Marcin Kuzminski <marcin@python-works.com>
parents: 3393
diff changeset
396
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
397 ## enables 404 error logging (default False)
3479
b45c8916644c synced test.ini with latest changes
Marcin Kuzminski <marcin@python-works.com>
parents: 3393
diff changeset
398 errormator.report_404 = false
b45c8916644c synced test.ini with latest changes
Marcin Kuzminski <marcin@python-works.com>
parents: 3393
diff changeset
399
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
400 ## 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
401 errormator.slow_request_time = 1
b45c8916644c synced test.ini with latest changes
Marcin Kuzminski <marcin@python-works.com>
parents: 3393
diff changeset
402
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
403 ## 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
404 ## (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
405 errormator.slow_requests = true
b45c8916644c synced test.ini with latest changes
Marcin Kuzminski <marcin@python-works.com>
parents: 3393
diff changeset
406
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
407 ## enable hooking to application loggers
3479
b45c8916644c synced test.ini with latest changes
Marcin Kuzminski <marcin@python-works.com>
parents: 3393
diff changeset
408 # errormator.logging = true
b45c8916644c synced test.ini with latest changes
Marcin Kuzminski <marcin@python-works.com>
parents: 3393
diff changeset
409
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
410 ## minimum log level for log capture
3479
b45c8916644c synced test.ini with latest changes
Marcin Kuzminski <marcin@python-works.com>
parents: 3393
diff changeset
411 # errormator.logging.level = WARNING
b45c8916644c synced test.ini with latest changes
Marcin Kuzminski <marcin@python-works.com>
parents: 3393
diff changeset
412
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
413 ## 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
414 ## (saves API quota for intensive logging)
3479
b45c8916644c synced test.ini with latest changes
Marcin Kuzminski <marcin@python-works.com>
parents: 3393
diff changeset
415 errormator.logging_on_error = false
b45c8916644c synced test.ini with latest changes
Marcin Kuzminski <marcin@python-works.com>
parents: 3393
diff changeset
416
4068
17e3926c3753 added ini files into codecleaner
Marcin Kuzminski <marcin@python-works.com>
parents: 3960
diff changeset
417 ## 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
418 ## 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
419 ## (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
420 ## '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
421 ## 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
422 errormator.environ_keys_whitelist =
3479
b45c8916644c synced test.ini with latest changes
Marcin Kuzminski <marcin@python-works.com>
parents: 3393
diff changeset
423
b45c8916644c synced test.ini with latest changes
Marcin Kuzminski <marcin@python-works.com>
parents: 3393
diff changeset
424
4068
17e3926c3753 added ini files into codecleaner
Marcin Kuzminski <marcin@python-works.com>
parents: 3960
diff changeset
425 ## 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
426 ## 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
427 ## (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
428 ## '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
429 ## 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
430 errormator.request_keys_blacklist =
b45c8916644c synced test.ini with latest changes
Marcin Kuzminski <marcin@python-works.com>
parents: 3393
diff changeset
431
b45c8916644c synced test.ini with latest changes
Marcin Kuzminski <marcin@python-works.com>
parents: 3393
diff changeset
432
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
433 ## 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
434 ## 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
435 ## (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
436 errormator.log_namespace_blacklist =
3479
b45c8916644c synced test.ini with latest changes
Marcin Kuzminski <marcin@python-works.com>
parents: 3393
diff changeset
437
b45c8916644c synced test.ini with latest changes
Marcin Kuzminski <marcin@python-works.com>
parents: 3393
diff changeset
438
b45c8916644c synced test.ini with latest changes
Marcin Kuzminski <marcin@python-works.com>
parents: 3393
diff changeset
439 ################
b45c8916644c synced test.ini with latest changes
Marcin Kuzminski <marcin@python-works.com>
parents: 3393
diff changeset
440 ### [sentry] ###
b45c8916644c synced test.ini with latest changes
Marcin Kuzminski <marcin@python-works.com>
parents: 3393
diff changeset
441 ################
b45c8916644c synced test.ini with latest changes
Marcin Kuzminski <marcin@python-works.com>
parents: 3393
diff changeset
442
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
443 ## 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
444 ## 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
445
b45c8916644c synced test.ini with latest changes
Marcin Kuzminski <marcin@python-works.com>
parents: 3393
diff changeset
446 sentry.dsn = YOUR_DNS
b45c8916644c synced test.ini with latest changes
Marcin Kuzminski <marcin@python-works.com>
parents: 3393
diff changeset
447 sentry.servers =
b45c8916644c synced test.ini with latest changes
Marcin Kuzminski <marcin@python-works.com>
parents: 3393
diff changeset
448 sentry.name =
b45c8916644c synced test.ini with latest changes
Marcin Kuzminski <marcin@python-works.com>
parents: 3393
diff changeset
449 sentry.key =
b45c8916644c synced test.ini with latest changes
Marcin Kuzminski <marcin@python-works.com>
parents: 3393
diff changeset
450 sentry.public_key =
b45c8916644c synced test.ini with latest changes
Marcin Kuzminski <marcin@python-works.com>
parents: 3393
diff changeset
451 sentry.secret_key =
b45c8916644c synced test.ini with latest changes
Marcin Kuzminski <marcin@python-works.com>
parents: 3393
diff changeset
452 sentry.project =
b45c8916644c synced test.ini with latest changes
Marcin Kuzminski <marcin@python-works.com>
parents: 3393
diff changeset
453 sentry.site =
b45c8916644c synced test.ini with latest changes
Marcin Kuzminski <marcin@python-works.com>
parents: 3393
diff changeset
454 sentry.include_paths =
b45c8916644c synced test.ini with latest changes
Marcin Kuzminski <marcin@python-works.com>
parents: 3393
diff changeset
455 sentry.exclude_paths =
b45c8916644c synced test.ini with latest changes
Marcin Kuzminski <marcin@python-works.com>
parents: 3393
diff changeset
456
b45c8916644c synced test.ini with latest changes
Marcin Kuzminski <marcin@python-works.com>
parents: 3393
diff changeset
457
459
7c978511c951 implemented basic (startup) nose test suite.
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
458 ################################################################################
7c978511c951 implemented basic (startup) nose test suite.
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
459 ## 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
460 ## 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
461 ## execute malicious code after an exception is raised. ##
7c978511c951 implemented basic (startup) nose test suite.
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
462 ################################################################################
3381
c48a3381b037 sync test.ini file with upstream
Marcin Kuzminski <marcin@python-works.com>
parents: 3180
diff changeset
463 set debug = false
459
7c978511c951 implemented basic (startup) nose test suite.
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
464
7c978511c951 implemented basic (startup) nose test suite.
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
465 ##################################
7c978511c951 implemented basic (startup) nose test suite.
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
466 ### LOGVIEW CONFIG ###
7c978511c951 implemented basic (startup) nose test suite.
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
467 ##################################
4225
3e6291d99a6f Align and update the outdated ini files and templates
Mads Kiilerich <madski@unity3d.com>
parents: 4212
diff changeset
468
459
7c978511c951 implemented basic (startup) nose test suite.
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
469 logview.sqlalchemy = #faa
7c978511c951 implemented basic (startup) nose test suite.
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
470 logview.pylons.templating = #bfb
7c978511c951 implemented basic (startup) nose test suite.
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
471 logview.pylons.util = #eee
7c978511c951 implemented basic (startup) nose test suite.
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
472
7c978511c951 implemented basic (startup) nose test suite.
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
473 #########################################################
7c978511c951 implemented basic (startup) nose test suite.
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
474 ### 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
475 #########################################################
4225
3e6291d99a6f Align and update the outdated ini files and templates
Mads Kiilerich <madski@unity3d.com>
parents: 4212
diff changeset
476
3e6291d99a6f Align and update the outdated ini files and templates
Mads Kiilerich <madski@unity3d.com>
parents: 4212
diff changeset
477 # SQLITE [default]
3e6291d99a6f Align and update the outdated ini files and templates
Mads Kiilerich <madski@unity3d.com>
parents: 4212
diff changeset
478 #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
479 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
480
3e6291d99a6f Align and update the outdated ini files and templates
Mads Kiilerich <madski@unity3d.com>
parents: 4212
diff changeset
481 # POSTGRESQL
3e6291d99a6f Align and update the outdated ini files and templates
Mads Kiilerich <madski@unity3d.com>
parents: 4212
diff changeset
482 # 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
483
3e6291d99a6f Align and update the outdated ini files and templates
Mads Kiilerich <madski@unity3d.com>
parents: 4212
diff changeset
484 # MySQL
3e6291d99a6f Align and update the outdated ini files and templates
Mads Kiilerich <madski@unity3d.com>
parents: 4212
diff changeset
485 # 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
486
3e6291d99a6f Align and update the outdated ini files and templates
Mads Kiilerich <madski@unity3d.com>
parents: 4212
diff changeset
487 # see sqlalchemy docs for others
3e6291d99a6f Align and update the outdated ini files and templates
Mads Kiilerich <madski@unity3d.com>
parents: 4212
diff changeset
488
2149
50aa7cb78cfe Mysql fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 2110
diff changeset
489 sqlalchemy.db1.echo = false
50aa7cb78cfe Mysql fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 2110
diff changeset
490 sqlalchemy.db1.pool_recycle = 3600
50aa7cb78cfe Mysql fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 2110
diff changeset
491 sqlalchemy.db1.convert_unicode = true
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 ### LOGGING CONFIGURATION ####
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 [loggers]
4207
58e390e0cea4 Rename some strings in init files and logger names
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4206
diff changeset
498 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
499
7c978511c951 implemented basic (startup) nose test suite.
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
500 [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
501 keys = console, console_sql
459
7c978511c951 implemented basic (startup) nose test suite.
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
502
7c978511c951 implemented basic (startup) nose test suite.
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
503 [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
504 keys = generic, color_formatter, color_formatter_sql
459
7c978511c951 implemented basic (startup) nose test suite.
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
505
7c978511c951 implemented basic (startup) nose test suite.
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
506 #############
7c978511c951 implemented basic (startup) nose test suite.
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
507 ## LOGGERS ##
7c978511c951 implemented basic (startup) nose test suite.
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
508 #############
4225
3e6291d99a6f Align and update the outdated ini files and templates
Mads Kiilerich <madski@unity3d.com>
parents: 4212
diff changeset
509
459
7c978511c951 implemented basic (startup) nose test suite.
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
510 [logger_root]
4225
3e6291d99a6f Align and update the outdated ini files and templates
Mads Kiilerich <madski@unity3d.com>
parents: 4212
diff changeset
511 #level = NOTSET
2686
269c6e0b54cc Reimplemented file-browser using partial-ajax
Marcin Kuzminski <marcin@python-works.com>
parents: 2597
diff changeset
512 level = DEBUG
459
7c978511c951 implemented basic (startup) nose test suite.
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
513 handlers = console
7c978511c951 implemented basic (startup) nose test suite.
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
514
7c978511c951 implemented basic (startup) nose test suite.
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
515 [logger_routes]
2686
269c6e0b54cc Reimplemented file-browser using partial-ajax
Marcin Kuzminski <marcin@python-works.com>
parents: 2597
diff changeset
516 level = DEBUG
4068
17e3926c3753 added ini files into codecleaner
Marcin Kuzminski <marcin@python-works.com>
parents: 3960
diff changeset
517 handlers =
459
7c978511c951 implemented basic (startup) nose test suite.
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
518 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
519 ## "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
520 propagate = 1
459
7c978511c951 implemented basic (startup) nose test suite.
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
521
1373
66f03a87141c Fixes issue #201
Marcin Kuzminski <marcin@python-works.com>
parents: 1366
diff changeset
522 [logger_beaker]
66f03a87141c Fixes issue #201
Marcin Kuzminski <marcin@python-works.com>
parents: 1366
diff changeset
523 level = DEBUG
4068
17e3926c3753 added ini files into codecleaner
Marcin Kuzminski <marcin@python-works.com>
parents: 3960
diff changeset
524 handlers =
1373
66f03a87141c Fixes issue #201
Marcin Kuzminski <marcin@python-works.com>
parents: 1366
diff changeset
525 qualname = beaker.container
66f03a87141c Fixes issue #201
Marcin Kuzminski <marcin@python-works.com>
parents: 1366
diff changeset
526 propagate = 1
66f03a87141c Fixes issue #201
Marcin Kuzminski <marcin@python-works.com>
parents: 1366
diff changeset
527
66f03a87141c Fixes issue #201
Marcin Kuzminski <marcin@python-works.com>
parents: 1366
diff changeset
528 [logger_templates]
66f03a87141c Fixes issue #201
Marcin Kuzminski <marcin@python-works.com>
parents: 1366
diff changeset
529 level = INFO
4068
17e3926c3753 added ini files into codecleaner
Marcin Kuzminski <marcin@python-works.com>
parents: 3960
diff changeset
530 handlers =
1373
66f03a87141c Fixes issue #201
Marcin Kuzminski <marcin@python-works.com>
parents: 1366
diff changeset
531 qualname = pylons.templating
66f03a87141c Fixes issue #201
Marcin Kuzminski <marcin@python-works.com>
parents: 1366
diff changeset
532 propagate = 1
66f03a87141c Fixes issue #201
Marcin Kuzminski <marcin@python-works.com>
parents: 1366
diff changeset
533
4207
58e390e0cea4 Rename some strings in init files and logger names
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4206
diff changeset
534 [logger_kallithea]
2686
269c6e0b54cc Reimplemented file-browser using partial-ajax
Marcin Kuzminski <marcin@python-works.com>
parents: 2597
diff changeset
535 level = DEBUG
4068
17e3926c3753 added ini files into codecleaner
Marcin Kuzminski <marcin@python-works.com>
parents: 3960
diff changeset
536 handlers =
4207
58e390e0cea4 Rename some strings in init files and logger names
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4206
diff changeset
537 qualname = kallithea
1530
04027bdb876c Refactoring of model get functions
Marcin Kuzminski <marcin@python-works.com>
parents: 1373
diff changeset
538 propagate = 1
459
7c978511c951 implemented basic (startup) nose test suite.
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
539
7c978511c951 implemented basic (startup) nose test suite.
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
540 [logger_sqlalchemy]
4225
3e6291d99a6f Align and update the outdated ini files and templates
Mads Kiilerich <madski@unity3d.com>
parents: 4212
diff changeset
541 #level = INFO
3e6291d99a6f Align and update the outdated ini files and templates
Mads Kiilerich <madski@unity3d.com>
parents: 4212
diff changeset
542 #handlers = console_sql
459
7c978511c951 implemented basic (startup) nose test suite.
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
543 level = ERROR
7c978511c951 implemented basic (startup) nose test suite.
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
544 handlers = console
7c978511c951 implemented basic (startup) nose test suite.
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
545 qualname = sqlalchemy.engine
7c978511c951 implemented basic (startup) nose test suite.
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
546 propagate = 0
7c978511c951 implemented basic (startup) nose test suite.
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
547
2110
bc24ef53edd1 updated test.ini to latest ini format
Marcin Kuzminski <marcin@python-works.com>
parents: 1982
diff changeset
548 [logger_whoosh_indexer]
bc24ef53edd1 updated test.ini to latest ini format
Marcin Kuzminski <marcin@python-works.com>
parents: 1982
diff changeset
549 level = DEBUG
4068
17e3926c3753 added ini files into codecleaner
Marcin Kuzminski <marcin@python-works.com>
parents: 3960
diff changeset
550 handlers =
2110
bc24ef53edd1 updated test.ini to latest ini format
Marcin Kuzminski <marcin@python-works.com>
parents: 1982
diff changeset
551 qualname = whoosh_indexer
bc24ef53edd1 updated test.ini to latest ini format
Marcin Kuzminski <marcin@python-works.com>
parents: 1982
diff changeset
552 propagate = 1
bc24ef53edd1 updated test.ini to latest ini format
Marcin Kuzminski <marcin@python-works.com>
parents: 1982
diff changeset
553
459
7c978511c951 implemented basic (startup) nose test suite.
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
554 ##############
7c978511c951 implemented basic (startup) nose test suite.
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
555 ## HANDLERS ##
7c978511c951 implemented basic (startup) nose test suite.
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
556 ##############
7c978511c951 implemented basic (startup) nose test suite.
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
557
7c978511c951 implemented basic (startup) nose test suite.
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
558 [handler_console]
7c978511c951 implemented basic (startup) nose test suite.
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
559 class = StreamHandler
7c978511c951 implemented basic (startup) nose test suite.
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
560 args = (sys.stderr,)
4225
3e6291d99a6f Align and update the outdated ini files and templates
Mads Kiilerich <madski@unity3d.com>
parents: 4212
diff changeset
561 #level = INFO
459
7c978511c951 implemented basic (startup) nose test suite.
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
562 level = NOTSET
1530
04027bdb876c Refactoring of model get functions
Marcin Kuzminski <marcin@python-works.com>
parents: 1373
diff changeset
563 formatter = generic
459
7c978511c951 implemented basic (startup) nose test suite.
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
564
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
565 [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
566 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
567 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
568 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
569 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
570
459
7c978511c951 implemented basic (startup) nose test suite.
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
571 ################
7c978511c951 implemented basic (startup) nose test suite.
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
572 ## FORMATTERS ##
7c978511c951 implemented basic (startup) nose test suite.
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
573 ################
7c978511c951 implemented basic (startup) nose test suite.
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
574
7c978511c951 implemented basic (startup) nose test suite.
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
575 [formatter_generic]
7c978511c951 implemented basic (startup) nose test suite.
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
576 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
577 datefmt = %Y-%m-%d %H:%M:%S
7c978511c951 implemented basic (startup) nose test suite.
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
578
7c978511c951 implemented basic (startup) nose test suite.
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
579 [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
580 class=kallithea.lib.colored_formatter.ColorFormatter
459
7c978511c951 implemented basic (startup) nose test suite.
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
581 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
582 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
583
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
584 [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
585 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
586 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
587 datefmt = %Y-%m-%d %H:%M:%S