Packages
dotenvy_generators
0.9.0
Generators for Elixir apps using Dotenvy for config including variants of the phx_new generators
Current section
Files
Jump to
Current section
Files
templates/phx_single/config/prod.exs
import Config
# Compile-time configuration includes code_reloader, debug_errors, and force_ssl
# https://hexdocs.pm/phoenix/Phoenix.Endpoint.html#module-compile-time-configuration
config :<%= @app_name %>, <%= @endpoint_module %>,
code_reloader: false,
debug_errors: false,
force_ssl: false
# Do not print debug messages in production
config :logger, level: :info