changeset 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 736078908f37
children 1b6d7662d6e2
files development.ini production.ini
diffstat 2 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/development.ini	Sat Apr 10 15:18:06 2010 +0200
+++ b/development.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
--- 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