7 lines
124 B
Bash
7 lines
124 B
Bash
#!/bin/bash
|
|
|
|
export MNML_USER=$(whoami)
|
|
export MNML_PG_PASSWORD=$(openssl rand -base64 16)
|
|
export MNML_PG_HOST="localhost"
|
|
|