changeset 342:c71dc6ef36e6

removed unneded options from config files
author Marcin Kuzminski <marcin@python-works.com>
date Wed, 14 Jul 2010 02:28:51 +0200
parents 1ef52a70f3b7
children 6484963056cd
files development.ini production.ini
diffstat 2 files changed, 1 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/development.ini	Wed Jul 14 02:28:32 2010 +0200
+++ b/development.ini	Wed Jul 14 02:28:51 2010 +0200
@@ -38,9 +38,6 @@
 static_files = true
 lang=en
 cache_dir = %(here)s/data
-##a name for our application
-hg_app_name = Python-works
-hg_app_repo_conf = repositories.config
 
 ####################################
 ###         BEAKER CACHE        ####
--- a/production.ini	Wed Jul 14 02:28:32 2010 +0200
+++ b/production.ini	Wed Jul 14 02:28:51 2010 +0200
@@ -38,9 +38,7 @@
 static_files = false
 lang=en
 cache_dir = %(here)s/data
-##a name for our application
-hg_app_name = Python-works
-hg_app_repo_conf = repositories.config
+
 
 ####################################
 ###         BEAKER CACHE        ####