changeset 187:188e3db6977a

merged config files
author Marcin Kuzminski <marcin@python-works.com>
date Sat, 22 May 2010 01:35:02 +0200
parents 556473ba0399
children 8337dd6492a9
files development.ini production.ini
diffstat 2 files changed, 4 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/development.ini	Sat May 22 01:32:30 2010 +0200
+++ b/development.ini	Sat May 22 01:35:02 2010 +0200
@@ -39,7 +39,7 @@
 lang=en
 cache_dir = %(here)s/data
 ##a name for our application
-repo_name = Python-works
+hg_app_name = Python-works
 
 ####################################
 ###         BEAKER CACHE        ####
--- 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