diff production.ini @ 187:188e3db6977a

merged config files
author Marcin Kuzminski <marcin@python-works.com>
date Sat, 22 May 2010 01:35:02 +0200
parents 63f9dc67ab0a
children a7b0814267cb
line wrap: on
line diff
--- a/production.ini	Sat May 22 01:32:30 2010 +0200
+++ b/production.ini	Sat May 22 01:35:02 2010 +0200
@@ -38,7 +38,8 @@
 static_files = true
 lang=en
 cache_dir = %(here)s/data
-repos_name = Python-works
+##a name for our application
+hg_app_name = Python-works
 
 ####################################
 ###         BEAKER CACHE        ####
@@ -69,7 +70,7 @@
 ### DB CONFIGS - EACH DB WILL HAVE IT'S OWN CONFIG    ###
 #########################################################
 sqlalchemy.db1.url = sqlite:///%(here)s/hg_app.db
-#sqlalchemy.db1.echo = True
+#sqlalchemy.db1.echo = False
 #sqlalchemy.db1.pool_recycle = 3600
 sqlalchemy.convert_unicode = true