comparison test.ini @ 5363:605dbc13eeb7

ini: consistently use single line escaping of ## in template.ini.mako and separate sections by a single empty line
author Mads Kiilerich <madski@unity3d.com>
date Thu, 06 Aug 2015 22:12:30 +0200
parents 8479cf4432fc
children a478cad966b1
comparison
equal deleted inserted replaced
5362:24d01c64c5f3 5363:605dbc13eeb7
245 245
246 #issue_pat_wiki = (?:wiki-)(.+) 246 #issue_pat_wiki = (?:wiki-)(.+)
247 #issue_server_link_wiki = https://mywiki.com/{id} 247 #issue_server_link_wiki = https://mywiki.com/{id}
248 #issue_prefix_wiki = WIKI- 248 #issue_prefix_wiki = WIKI-
249 249
250
251 ## instance-id prefix 250 ## instance-id prefix
252 ## a prefix key for this instance used for cache invalidation when running 251 ## a prefix key for this instance used for cache invalidation when running
253 ## multiple instances of kallithea, make sure it's globally unique for 252 ## multiple instances of kallithea, make sure it's globally unique for
254 ## all running kallithea instances. Leave empty if you don't use it 253 ## all running kallithea instances. Leave empty if you don't use it
255 instance_id = 254 instance_id =
266 ## allows to change the repository location in settings page 265 ## allows to change the repository location in settings page
267 allow_repo_location_change = True 266 allow_repo_location_change = True
268 267
269 ## allows to setup custom hooks in settings page 268 ## allows to setup custom hooks in settings page
270 allow_custom_hooks_settings = True 269 allow_custom_hooks_settings = True
271
272 270
273 #################################### 271 ####################################
274 ### CELERY CONFIG #### 272 ### CELERY CONFIG ####
275 #################################### 273 ####################################
276 274
372 beaker.session.auto = False 370 beaker.session.auto = False
373 371
374 ## default cookie expiration time in seconds `true` expire at browser close ## 372 ## default cookie expiration time in seconds `true` expire at browser close ##
375 #beaker.session.cookie_expires = 3600 373 #beaker.session.cookie_expires = 3600
376 374
377
378 ############################ 375 ############################
379 ## ERROR HANDLING SYSTEMS ## 376 ## ERROR HANDLING SYSTEMS ##
380 ############################ 377 ############################
381 378
382 #################### 379 ####################
420 ## (by default client will always send following info: 417 ## (by default client will always send following info:
421 ## 'REMOTE_USER', 'REMOTE_ADDR', 'SERVER_NAME', 'CONTENT_TYPE' + all keys that 418 ## 'REMOTE_USER', 'REMOTE_ADDR', 'SERVER_NAME', 'CONTENT_TYPE' + all keys that
422 ## start with HTTP* this list be extended with additional keywords here 419 ## start with HTTP* this list be extended with additional keywords here
423 errormator.environ_keys_whitelist = 420 errormator.environ_keys_whitelist =
424 421
425
426 ## list of keywords that should be blanked from request object 422 ## list of keywords that should be blanked from request object
427 ## can be string with comma separated list of words in lowercase 423 ## can be string with comma separated list of words in lowercase
428 ## (by default client will always blank keys that contain following words 424 ## (by default client will always blank keys that contain following words
429 ## 'password', 'passwd', 'pwd', 'auth_tkt', 'secret', 'csrf' 425 ## 'password', 'passwd', 'pwd', 'auth_tkt', 'secret', 'csrf'
430 ## this list be extended with additional keywords set here 426 ## this list be extended with additional keywords set here
431 errormator.request_keys_blacklist = 427 errormator.request_keys_blacklist =
432 428
433
434 ## list of namespaces that should be ignores when gathering log entries 429 ## list of namespaces that should be ignores when gathering log entries
435 ## can be string with comma separated list of namespaces 430 ## can be string with comma separated list of namespaces
436 ## (by default the client ignores own entries: errormator_client.client) 431 ## (by default the client ignores own entries: errormator_client.client)
437 errormator.log_namespace_blacklist = 432 errormator.log_namespace_blacklist =
438
439 433
440 ################ 434 ################
441 ### [sentry] ### 435 ### [sentry] ###
442 ################ 436 ################
443 437
453 sentry.project = 447 sentry.project =
454 sentry.site = 448 sentry.site =
455 sentry.include_paths = 449 sentry.include_paths =
456 sentry.exclude_paths = 450 sentry.exclude_paths =
457 451
458
459 ################################################################################ 452 ################################################################################
460 ## WARNING: *THE LINE BELOW MUST BE UNCOMMENTED ON A PRODUCTION ENVIRONMENT* ## 453 ## WARNING: *THE LINE BELOW MUST BE UNCOMMENTED ON A PRODUCTION ENVIRONMENT* ##
461 ## Debug mode will enable the interactive debugging tool, allowing ANYONE to ## 454 ## Debug mode will enable the interactive debugging tool, allowing ANYONE to ##
462 ## execute malicious code after an exception is raised. ## 455 ## execute malicious code after an exception is raised. ##
463 ################################################################################ 456 ################################################################################