database called metamaps, not metamap002 in example

This commit is contained in:
Devin Howard 2017-01-18 13:10:09 -05:00
parent 6296df1102
commit b4bffbe427

View file

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