Current section
Files
Jump to
Current section
Files
templates/arke_single/env
# Phoenix and guardian secrets
export SECRET_KEY_BASE=""
export SECRET_KEY_AUTH=""
# Database Config
export DB_NAME=""
export DB_HOSTNAME=""
export DB_USER=""
export DB_PASSWORD=""
# DEPS PATH (path where all the arke packages are located)
export EX_DEP_ARKE_PATH=
export EX_DEP_ARKE_POSTGRES_PATH=""
export EX_DEP_ARKE_SERVER_PATH=""
export EX_DEP_ARKE_AUTH_PATH=""
# Erlang node name for dev purposes (local epmd strategy for erlang clustering)
#export ERL_FLAGS="-name <%= @app_name %>@localhost"
# Storage configuration
export DEFAULT_BUCKET=
export GOOGLE_APPLICATION_CREDENTIALS=
export STORAGE_SERVICE_ACCOUNT=
# Mailer configuration
export MAILTRAP_API_KEY=
export RESET_PASSWORD_ENDPOINT=