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:
parent
0e7b01296a
commit
fe76f340a0
1 changed files with 1 additions and 1 deletions
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue