Changeset - eb0268a89187
[Not reviewed]
default
0 2 0
Marcin Kuzminski - 16 years ago 2010-04-10 16:28:52
marcin@python-blog.com
Changed db name, and project prefix
2 files changed with 4 insertions and 4 deletions:
0 comments (0 inline, 0 general)
development.ini
Show inline comments
 
@@ -29,7 +29,7 @@ full_stack = true
 
static_files = true
 
lang=en
 
cache_dir = %(here)s/data
 
repos_name = Etelko
 
repos_name = Python-works
 

	
 
####################################
 
###         BEAKER CACHE        ####
 
@@ -57,7 +57,7 @@ logview.pylons.util = #eee
 
#########################################################
 
### DB CONFIGS - EACH DB WILL HAVE IT'S OWN CONFIG    ###
 
#########################################################
 
sqlalchemy.db1.url = sqlite:///%(here)s/auth.sqlite
 
sqlalchemy.db1.url = sqlite:///%(here)s/hg_app.db
 
#sqlalchemy.db1.echo = True
 
#sqlalchemy.db1.pool_recycle = 3600
 
sqlalchemy.convert_unicode = true
production.ini
Show inline comments
 
@@ -29,7 +29,7 @@ full_stack = true
 
static_files = true
 
lang=en
 
cache_dir = %(here)s/data
 
repos_name = Etelko
 
repos_name = Python-works
 

	
 
####################################
 
###         BEAKER CACHE        ####
 
@@ -57,7 +57,7 @@ logview.pylons.util = #eee
 
#########################################################
 
### DB CONFIGS - EACH DB WILL HAVE IT'S OWN CONFIG    ###
 
#########################################################
 
sqlalchemy.db1.url = sqlite:///%(here)s/auth.sqlite
 
sqlalchemy.db1.url = sqlite:///%(here)s/hg_app.db
 
#sqlalchemy.db1.echo = True
 
#sqlalchemy.db1.pool_recycle = 3600
 
sqlalchemy.convert_unicode = true
0 comments (0 inline, 0 general)