diff production.ini @ 60:eb0268a89187

Changed db name, and project prefix
author Marcin Kuzminski <marcin@python-blog.com>
date Sat, 10 Apr 2010 16:28:52 +0200
parents bf1b64046c79
children db39d0ca5308
line wrap: on
line diff
--- a/production.ini	Sat Apr 10 15:18:06 2010 +0200
+++ b/production.ini	Sat Apr 10 16:28:52 2010 +0200
@@ -29,7 +29,7 @@
 static_files = true
 lang=en
 cache_dir = %(here)s/data
-repos_name = Etelko
+repos_name = Python-works
 
 ####################################
 ###         BEAKER CACHE        ####
@@ -57,7 +57,7 @@
 #########################################################
 ### 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