Show More
@@ -281,8 +281,10 b' supervisor.group_id = dev' | |||||
281 | ## Display extended labs settings |
|
281 | ## Display extended labs settings | |
282 | labs_settings_active = true |
|
282 | labs_settings_active = true | |
283 |
|
283 | |||
284 |
## |
|
284 | ## Custom exception store path, defaults to TMPDIR | |
285 | exception_tracker.store_path = |
|
285 | ## This is used to store exception from RhodeCode in shared directory | |
|
286 | #exception_tracker.store_path = | |||
|
287 | ||||
286 |
|
288 | |||
287 | #################################### |
|
289 | #################################### | |
288 | ### CELERY CONFIG #### |
|
290 | ### CELERY CONFIG #### | |
@@ -506,7 +508,7 b' debug_style = true' | |||||
506 | ########################################### |
|
508 | ########################################### | |
507 | #sqlalchemy.db1.url = sqlite:///%(here)s/rhodecode.db?timeout=30 |
|
509 | #sqlalchemy.db1.url = sqlite:///%(here)s/rhodecode.db?timeout=30 | |
508 | #sqlalchemy.db1.url = postgresql://postgres:qweqwe@localhost/rhodecode |
|
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 | # pymysql is an alternative driver for MySQL, use in case of problems with default one |
|
512 | # pymysql is an alternative driver for MySQL, use in case of problems with default one | |
511 | #sqlalchemy.db1.url = mysql+pymysql://root:qweqwe@localhost/rhodecode |
|
513 | #sqlalchemy.db1.url = mysql+pymysql://root:qweqwe@localhost/rhodecode | |
512 |
|
514 |
@@ -256,8 +256,9 b' supervisor.group_id = prod' | |||||
256 | ## Display extended labs settings |
|
256 | ## Display extended labs settings | |
257 | labs_settings_active = true |
|
257 | labs_settings_active = true | |
258 |
|
258 | |||
259 |
## |
|
259 | ## Custom exception store path, defaults to TMPDIR | |
260 | exception_tracker.store_path = |
|
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 | #sqlalchemy.db1.url = sqlite:///%(here)s/rhodecode.db?timeout=30 |
|
482 | #sqlalchemy.db1.url = sqlite:///%(here)s/rhodecode.db?timeout=30 | |
482 | #sqlalchemy.db1.url = postgresql://postgres:qweqwe@localhost/rhodecode |
|
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 | # pymysql is an alternative driver for MySQL, use in case of problems with default one |
|
485 | # pymysql is an alternative driver for MySQL, use in case of problems with default one | |
485 | #sqlalchemy.db1.url = mysql+pymysql://root:qweqwe@localhost/rhodecode |
|
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