From: Evan Broder Date: Sun, 13 Jul 2008 18:43:05 +0000 (+0000) Subject: I don't actually want to fight with two different databases X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=commitdiff_plain;h=84290e6b3e6c3b50f7ea0acd729f03337ae64de8;p=bluechips.git I don't actually want to fight with two different databases --- diff --git a/development.ini b/development.ini index 6d51bcb..e5f9b89 100644 --- a/development.ini +++ b/development.ini @@ -29,7 +29,7 @@ beaker.session.secret = somesecret #beaker.session.data_dir = %(here)s/data/sessions # SQLAlchemy database URL -sqlalchemy.url = sqlite:///%(here)s/development.db +sqlalchemy.url = mysql://bluechips:CyRijoliawEc@localhost/bluechips # WARNING: *THE LINE BELOW MUST BE UNCOMMENTED ON A PRODUCTION ENVIRONMENT* # Debug mode will enable the interactive debugging tool, allowing ANYONE to