mnml/etc/mnml.SAMPLE.env
2019-07-09 12:40:18 +10:00

7 lines
124 B
Bash

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