diff 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
line wrap: on
line diff
--- a/test.ini	Wed Aug 05 12:29:41 2015 +0200
+++ b/test.ini	Thu Aug 06 22:12:30 2015 +0200
@@ -247,7 +247,6 @@
 #issue_server_link_wiki = https://mywiki.com/{id}
 #issue_prefix_wiki = WIKI-
 
-
 ## instance-id prefix
 ## a prefix key for this instance used for cache invalidation when running
 ## multiple instances of kallithea, make sure it's globally unique for
@@ -269,7 +268,6 @@
 ## allows to setup custom hooks in settings page
 allow_custom_hooks_settings = True
 
-
 ####################################
 ###        CELERY CONFIG        ####
 ####################################
@@ -374,7 +372,6 @@
 ## default cookie expiration time in seconds `true` expire at browser close ##
 #beaker.session.cookie_expires = 3600
 
-
 ############################
 ## ERROR HANDLING SYSTEMS ##
 ############################
@@ -422,7 +419,6 @@
 ## start with HTTP* this list be extended with additional keywords here
 errormator.environ_keys_whitelist =
 
-
 ## list of keywords that should be blanked from request object
 ## can be string with comma separated list of words in lowercase
 ## (by default client will always blank keys that contain following words
@@ -430,13 +426,11 @@
 ## this list be extended with additional keywords set here
 errormator.request_keys_blacklist =
 
-
 ## list of namespaces that should be ignores when gathering log entries
 ## can be string with comma separated list of namespaces
 ## (by default the client ignores own entries: errormator_client.client)
 errormator.log_namespace_blacklist =
 
-
 ################
 ### [sentry] ###
 ################
@@ -455,7 +449,6 @@
 sentry.include_paths =
 sentry.exclude_paths =
 
-
 ################################################################################
 ## WARNING: *THE LINE BELOW MUST BE UNCOMMENTED ON A PRODUCTION ENVIRONMENT*  ##
 ## Debug mode will enable the interactive debugging tool, allowing ANYONE to  ##