##// END OF EJS Templates
config: updated example configs
marcink -
r3068:abc4ebe8 default
parent child Browse files
Show More
@@ -281,8 +281,10 b' supervisor.group_id = dev'
281 281 ## Display extended labs settings
282 282 labs_settings_active = true
283 283
284 ## custom exception store path, defaults to TMPDIR
285 exception_tracker.store_path =
284 ## Custom exception store path, defaults to TMPDIR
285 ## This is used to store exception from RhodeCode in shared directory
286 #exception_tracker.store_path =
287
286 288
287 289 ####################################
288 290 ### CELERY CONFIG ####
@@ -506,7 +508,7 b' debug_style = true'
506 508 ###########################################
507 509 #sqlalchemy.db1.url = sqlite:///%(here)s/rhodecode.db?timeout=30
508 510 #sqlalchemy.db1.url = postgresql://postgres:qweqwe@localhost/rhodecode
509 #sqlalchemy.db1.url = mysql://root:qweqwe@localhost/rhodecode
511 #sqlalchemy.db1.url = mysql://root:qweqwe@localhost/rhodecode?charset=utf8
510 512 # pymysql is an alternative driver for MySQL, use in case of problems with default one
511 513 #sqlalchemy.db1.url = mysql+pymysql://root:qweqwe@localhost/rhodecode
512 514
@@ -256,8 +256,9 b' supervisor.group_id = prod'
256 256 ## Display extended labs settings
257 257 labs_settings_active = true
258 258
259 ## custom exception store path, defaults to TMPDIR
260 exception_tracker.store_path =
259 ## Custom exception store path, defaults to TMPDIR
260 ## This is used to store exception from RhodeCode in shared directory
261 #exception_tracker.store_path =
261 262
262 263
263 264 ####################################
@@ -480,7 +481,7 b' set debug = false'
480 481 ###########################################
481 482 #sqlalchemy.db1.url = sqlite:///%(here)s/rhodecode.db?timeout=30
482 483 #sqlalchemy.db1.url = postgresql://postgres:qweqwe@localhost/rhodecode
483 #sqlalchemy.db1.url = mysql://root:qweqwe@localhost/rhodecode
484 #sqlalchemy.db1.url = mysql://root:qweqwe@localhost/rhodecode?charset=utf8
484 485 # pymysql is an alternative driver for MySQL, use in case of problems with default one
485 486 #sqlalchemy.db1.url = mysql+pymysql://root:qweqwe@localhost/rhodecode
486 487
General Comments 0
You need to be logged in to leave comments. Login now