You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# THE BOTTOM CAN BE LEFT ALONE UNLESS YOU WANT TO CUSTOMIZE THEIR INPUT
DB_TYPE=postgresql
DB_HOST=postgres
POSTGRES_HOST=postgres
DB_PORT=5432
POSTGRES_PORT=5432
POSTGRES_DB=mp_to_misp_db
DB_NAME=mp_to_misp_db
POSTGRES_USER=mptomisp
DB_USER=mptomisp
POSTGRES_PASSWORD=dbpassword
DB_PW=dbpassword
# FILL IN THE FIELDS WITH THE APPROPRIATE VALUES, REMOVE THIS LINE, AND THEN RENAME THIS FILE TO '.env' (NO QUOTES). IT IS LISTED IN GIT IGNORE SO IT WILL NOT BE COPIED TO THE REPO.