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=""
<%= if @dev do %>
# DEPS PATH (path where all the arke packages are located)
export EX_DEP_ARKE_PATH=""<%= if @db == "postgres" do %>
export EX_DEP_ARKE_POSTGRES_PATH=""<% end %>
export EX_DEP_ARKE_SERVER_PATH=""
export EX_DEP_ARKE_AUTH_PATH=""
<% end %>