# HG changeset patch # User Marcin Kuzminski # Date 1270909732 -7200 # Node ID eb0268a891876c4fabe791fa806b10de9f8e4198 # Parent 736078908f37d88f25bce35604b0206223bda80e Changed db name, and project prefix diff -r 736078908f37 -r eb0268a89187 development.ini --- 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 diff -r 736078908f37 -r eb0268a89187 production.ini --- 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