Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions installer/templates/new/config/prod.exs
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,10 @@ config :logger, level: :info
#
# config :<%= application_name %>, <%= application_module %>.Endpoint, server: true
#
# You will also need to set the application root to `.` in order for the new static
# assets to be served after a hot upgrade.
#
# config :<%= application_name %>, <%= application_module %>.Endpoint, root: "."

# Finally import the config/prod.secret.exs
# which should be versioned separately.
Expand Down