Show More
@@ -91,7 +91,12 b' issue_prefix = #' | |||||
91 | ## a prefix key for this instance used for cache invalidation when running |
|
91 | ## a prefix key for this instance used for cache invalidation when running | |
92 | ## multiple instances of rhodecode, make sure it's globally unique for |
|
92 | ## multiple instances of rhodecode, make sure it's globally unique for | |
93 | ## all running rhodecode instances. Leave empty if you don't use it |
|
93 | ## all running rhodecode instances. Leave empty if you don't use it | |
94 |
instance_id = |
|
94 | instance_id = | |
|
95 | ||||
|
96 | ## alternative return HTTP header for failed authentication. Default HTTP | |||
|
97 | ## response is 401 HTTPUnauthorized. Currently HG clients have troubles with | |||
|
98 | ## handling that. Set this variable to 403 to return HTTPForbidden | |||
|
99 | auth_ret_code = | |||
95 |
|
100 | |||
96 | #################################### |
|
101 | #################################### | |
97 | ### CELERY CONFIG #### |
|
102 | ### CELERY CONFIG #### |
General Comments 0
You need to be logged in to leave comments.
Login now