From f702604cbfd50fdee713a3f60f743fe721b05eca Mon Sep 17 00:00:00 2001 From: Ricky Zhou Date: Mon, 10 Mar 2008 15:35:41 -0400 Subject: [PATCH] Change test password for pt3. --- fas/fas.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fas/fas.cfg b/fas/fas.cfg index e557ea0..f97e224 100644 --- a/fas/fas.cfg +++ b/fas/fas.cfg @@ -52,7 +52,7 @@ mail.encoding = 'utf-8' # If you have sqlite, here's a simple default to get you started # in development -sqlalchemy.dburi="postgres://fedora:bunbunbun@localhost/fas2" +sqlalchemy.dburi="postgres://fedora:test@localhost/fas2" sqlalchemy.echo=True # if you are using a database or table type without transactions