-updated to use new database name, login and passwd (all 3 are "airtime"). You may delete old database by typing "dropdb -U campcaster -h localhost campcaster"

This commit is contained in:
mkonecny 2011-01-05 19:05:57 -05:00
parent 4739fd3d18
commit 7e96572aee
6 changed files with 14 additions and 14 deletions

View file

@ -3,7 +3,7 @@ project.build = ${project.home}/build
#Database driver
propel.database = pgsql
propel.database.url = pgsql:host=localhost dbname=campcaster user=campcaster password=campcaster
propel.database.url = pgsql:host=localhost dbname=airtime user=airtime password=airtime
#Project name
propel.project = campcaster