#!/usr/bin/env bash
|
|
|
|
export DATABASE_URL=
|
|
export SECRET_KEY_BASE=
|
|
export MIX_ENV=
|
|
export HOSTNAME=
|
|
export PORT=
|