Packages

A boilerplate Phoenix Live View Setup

Current section

Files

Jump to
gen_template_phx_live_view template $PROJECT_NAME$ config prod.secret.exs
Raw

template/$PROJECT_NAME$/config/prod.secret.exs

use Mix.Config
# In this file, we keep production configuration that
# you'll likely want to automate and keep away from
# your version control system.
#
# You should document the content of this
# file or create a script for recreating it, since it's
# kept out of version control and might be hard to recover
# or recreate for your teammates (or yourself later on).
config :<%= @project_name %>, <%= @project_name_camel_case %>Web.Endpoint,
secret_key_base: "kbcxPtQ5T5psqrWnJi4cP03I1DgFY8OZaZyd44mU/1UERb6mYKMdyu81i8viOkG1"