Change buildings to use new database values
Created by: cschloer
Depends on the "switch-db" branch of buildingservice.
This is a branch off of turkhit_sagas PR in buildings
Make sure when you get to the "switch-db" branch of buildingservice you update the config file to point to the new DB! That means the following key in app/config/development.py should look like this:
SQLALCHEMY_DATABASE_URI = 'postgresql://USERNAME:PASSWORD@buildingdev.czgvwxaefxfj.us-east-1.rds.amazonaws.com/building'
Slack me if you need the usename/password