comparison development.ini @ 5560:6ed126ef71af

indexers: load additional indexers settings from ini
author Takumi IINO <trot.thunder@gmail.com>
date Tue, 20 Oct 2015 22:18:47 +0900
parents 06d5c043e989
children 6353b5e87091
comparison
equal deleted inserted replaced
5559:130f8e170d3c 5560:6ed126ef71af
294 allow_repo_location_change = True 294 allow_repo_location_change = True
295 295
296 ## allows to setup custom hooks in settings page 296 ## allows to setup custom hooks in settings page
297 allow_custom_hooks_settings = True 297 allow_custom_hooks_settings = True
298 298
299 ## extra extensions for indexing, space separated and without the leading '.'.
300 # index.extensions =
301 # gemfile
302 # lock
303
304 ## extra filenames for indexing, space separated
305 # index.filenames =
306 # .dockerignore
307 # .editorconfig
308 # INSTALL
309 # CHANGELOG
310
299 #################################### 311 ####################################
300 ### CELERY CONFIG #### 312 ### CELERY CONFIG ####
301 #################################### 313 ####################################
302 314
303 use_celery = false 315 use_celery = false