change to the db name causes local dev issues

this should just remain similar to what it used to be
This commit is contained in:
Connor Turland 2016-01-09 12:10:33 +13:00
parent 0e7b01296a
commit fe76f340a0

View file

@ -2,7 +2,7 @@ export DB_USERNAME='postgres'
export DB_PASSWORD='3112'
export DB_HOST='localhost'
export DB_PORT='5432'
export DB_NAME='metamaps_gen002'
export DB_NAME='metamap002'
export REALTIME_SERVER='http://localhost:5001'
export MAILER_DEFAULT_URL='localhost:3000'