diff production.ini @ 241:48727add84c9

Made repos path config configurable from pylons app configs. update Readme
author Marcin Kuzminski <marcin@python-works.com>
date Sun, 30 May 2010 22:08:21 +0200
parents 37a832dc4a82
children 00892f5cf504
line wrap: on
line diff
--- a/production.ini	Sun May 30 21:30:09 2010 +0200
+++ b/production.ini	Sun May 30 22:08:21 2010 +0200
@@ -40,6 +40,7 @@
 cache_dir = %(here)s/data
 ##a name for our application
 hg_app_name = Python-works
+hg_app_repo_conf = repositories.config
 
 ####################################
 ###         BEAKER CACHE        ####