Files
@ 6ed37675e78b
Branch filter:
Location: kallithea/production.ini - annotation
6ed37675e78b
4.8 KiB
text/x-ini
fixed celery tasks for using only one method of fetching main repos path
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 | 5f30a6d558dc 5f30a6d558dc c1c1cf772337 5f30a6d558dc 5f30a6d558dc 5f30a6d558dc 525ed90e4577 93e77815872e 93e77815872e 91292686c1ed 91292686c1ed c1c1cf772337 c1c1cf772337 91292686c1ed 00892f5cf504 91292686c1ed f99075170eb4 91292686c1ed 91292686c1ed 00892f5cf504 923f0e6ab010 923f0e6ab010 91292686c1ed 91292686c1ed 93e77815872e 93e77815872e e47d1db5ef20 e47d1db5ef20 e47d1db5ef20 91292686c1ed e47d1db5ef20 e47d1db5ef20 e47d1db5ef20 e47d1db5ef20 e47d1db5ef20 93e77815872e 93e77815872e 8a2ddd2d6b4e 93e77815872e 93e77815872e 1e757ac98988 923f0e6ab010 a7b0814267cb 93e77815872e 93e77815872e c71dc6ef36e6 3ada2f409c1c 3ada2f409c1c 3ada2f409c1c 00892f5cf504 00892f5cf504 c1c1cf772337 0a48c1ec04fc 53128b6b9a4d 53128b6b9a4d c1c1cf772337 3ada2f409c1c 5e2470ebdbc6 c1c1cf772337 53128b6b9a4d 53128b6b9a4d 53128b6b9a4d 28f19fa562df c1c1cf772337 c1c1cf772337 c1c1cf772337 c1c1cf772337 c1c1cf772337 c1c1cf772337 c1c1cf772337 c1c1cf772337 c1c1cf772337 28f19fa562df 28f19fa562df 28f19fa562df 28f19fa562df d66a7fa7689b 28f19fa562df 28f19fa562df 28f19fa562df 28f19fa562df f99075170eb4 28f19fa562df 28f19fa562df 28f19fa562df 28f19fa562df 28f19fa562df 28f19fa562df 28f19fa562df 28f19fa562df 28f19fa562df 3ada2f409c1c 5f30a6d558dc 5f30a6d558dc 5f30a6d558dc 5f30a6d558dc 5f30a6d558dc 4bb06ccb5bee 93e77815872e 3ada2f409c1c 3ada2f409c1c 3ada2f409c1c 3ada2f409c1c 3ada2f409c1c 3ada2f409c1c 3ada2f409c1c 3ada2f409c1c 3ada2f409c1c 3ada2f409c1c b75b77ef649d 188e3db6977a 3ada2f409c1c 3ada2f409c1c 3ada2f409c1c 5f30a6d558dc 5f30a6d558dc 5f30a6d558dc 93e77815872e 1e757ac98988 93e77815872e 93e77815872e 5f30a6d558dc 93e77815872e 93e77815872e 63f9dc67ab0a 93e77815872e 5f30a6d558dc 93e77815872e 5f30a6d558dc 93e77815872e 5f30a6d558dc 5f30a6d558dc 93e77815872e 93e77815872e 93e77815872e 5f30a6d558dc 93e77815872e 93e77815872e 93e77815872e 1e757ac98988 93e77815872e 5f30a6d558dc 1e757ac98988 a5a3bcc5ee89 93e77815872e 5f30a6d558dc a5a3bcc5ee89 5f30a6d558dc 5f30a6d558dc a5a3bcc5ee89 5f30a6d558dc 5f30a6d558dc 93e77815872e 5f30a6d558dc 93e77815872e 93e77815872e 93e77815872e 93e77815872e 93e77815872e 63f9dc67ab0a 93e77815872e 5f30a6d558dc 93e77815872e 5f30a6d558dc 93e77815872e 93e77815872e a5a3bcc5ee89 9db7782727b3 93e77815872e a5a3bcc5ee89 1e757ac98988 a5a3bcc5ee89 a5a3bcc5ee89 | ################################################################################
################################################################################
# rhodecode - Pylons environment configuration #
# #
# The %(here)s variable will be replaced with the parent directory of this file#
################################################################################
[DEFAULT]
debug = true
################################################################################
## Uncomment and replace with the address which should receive ##
## any error reports after application crash ##
## Additionally those settings will be used by rhodecode mailing system ##
################################################################################
#email_to = admin@localhost
#error_email_from = paste_error@localhost
#app_email_from = rhodecode-noreply@localhost
#error_message =
#smtp_server = mail.server.com
#smtp_username =
#smtp_password =
#smtp_port =
#smtp_use_tls = false
[server:main]
##nr of threads to spawn
threadpool_workers = 5
##max request before thread respawn
threadpool_max_requests = 2
##option to use threads of process
use_threadpool = true
use = egg:Paste#http
host = 127.0.0.1
port = 8001
[app:main]
use = egg:rhodecode
full_stack = true
static_files = false
lang=en
cache_dir = %(here)s/data
####################################
### BEAKER CACHE ####
####################################
beaker.cache.data_dir=/%(here)s/data/cache/data
beaker.cache.lock_dir=/%(here)s/data/cache/lock
beaker.cache.regions=super_short_term,short_term,long_term,sql_cache_short,sql_cache_med,sql_cache_long
beaker.cache.super_short_term.type=memory
beaker.cache.super_short_term.expire=10
beaker.cache.short_term.type=memory
beaker.cache.short_term.expire=60
beaker.cache.long_term.type=memory
beaker.cache.long_term.expire=36000
beaker.cache.sql_cache_short.type=memory
beaker.cache.sql_cache_short.expire=5
beaker.cache.sql_cache_med.type=memory
beaker.cache.sql_cache_med.expire=360
beaker.cache.sql_cache_long.type=file
beaker.cache.sql_cache_long.expire=3600
####################################
### BEAKER SESSION ####
####################################
## Type of storage used for the session, current types are
## dbm, file, memcached, database, and memory.
## The storage uses the Container API
##that is also used by the cache system.
beaker.session.type = file
beaker.session.key = rhodecode
beaker.session.secret = g654dcno0-9873jhgfreyu
beaker.session.timeout = 36000
##auto save the session to not to use .save()
beaker.session.auto = False
##true exire at browser close
#beaker.session.cookie_expires = 3600
################################################################################
## WARNING: *THE LINE BELOW MUST BE UNCOMMENTED ON A PRODUCTION ENVIRONMENT* ##
## Debug mode will enable the interactive debugging tool, allowing ANYONE to ##
## execute malicious code after an exception is raised. ##
################################################################################
set debug = false
##################################
### LOGVIEW CONFIG ###
##################################
logview.sqlalchemy = #faa
logview.pylons.templating = #bfb
logview.pylons.util = #eee
#########################################################
### DB CONFIGS - EACH DB WILL HAVE IT'S OWN CONFIG ###
#########################################################
sqlalchemy.db1.url = sqlite:///%(here)s/rhodecode.db
#sqlalchemy.db1.echo = False
#sqlalchemy.db1.pool_recycle = 3600
sqlalchemy.convert_unicode = true
################################
### LOGGING CONFIGURATION ####
################################
[loggers]
keys = root, routes, rhodecode, sqlalchemy
[handlers]
keys = console
[formatters]
keys = generic,color_formatter
#############
## LOGGERS ##
#############
[logger_root]
level = INFO
handlers = console
[logger_routes]
level = INFO
handlers = console
qualname = routes.middleware
# "level = DEBUG" logs the route matched and routing variables.
[logger_rhodecode]
level = DEBUG
handlers = console
qualname = rhodecode
propagate = 0
[logger_sqlalchemy]
level = ERROR
handlers = console
qualname = sqlalchemy.engine
propagate = 0
##############
## HANDLERS ##
##############
[handler_console]
class = StreamHandler
args = (sys.stderr,)
level = NOTSET
formatter = color_formatter
################
## FORMATTERS ##
################
[formatter_generic]
format = %(asctime)s.%(msecs)03d %(levelname)-5.5s [%(name)s] %(message)s
datefmt = %Y-%m-%d %H:%M:%S
[formatter_color_formatter]
class=rhodecode.lib.colored_formatter.ColorFormatter
format= %(asctime)s.%(msecs)03d %(levelname)-5.5s [%(name)s] %(message)s
datefmt = %Y-%m-%d %H:%M:%S
|