#!/bin/bash export MNML_USER=$(whoami) export MNML_PG_PASSWORD=$(openssl rand -base64 16) export MNML_PG_HOST="localhost"