-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:
parent
4739fd3d18
commit
7e96572aee
6 changed files with 14 additions and 14 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue