Changeset - 188e3db6977a
[Not reviewed]
default
0 2 0
Marcin Kuzminski - 15 years ago 2010-05-22 01:35:02
marcin@python-works.com
merged config files
2 files changed with 4 insertions and 3 deletions:
0 comments (0 inline, 0 general)
development.ini
Show inline comments
 
@@ -39,7 +39,7 @@ static_files = true
 
lang=en
 
cache_dir = %(here)s/data
 
##a name for our application
 
repo_name = Python-works
 
hg_app_name = Python-works
 

	
 
####################################
 
###         BEAKER CACHE        ####
production.ini
Show inline comments
 
@@ -38,7 +38,8 @@ full_stack = true
 
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 @@ logview.pylons.util = #eee
 
### 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
 

	
0 comments (0 inline, 0 general)