bonfire-app/flavours/classic/config/prod.exs
Mayel de Borniol 063afd3982 misc
2023-01-17 16:59:38 +13:00

23 lines
738 B
Elixir
Executable file

import Config
# We include the path to a cache manifest
# containing the digested version of static files. This
# manifest is generated by the `mix phx.digest` task,
# which you should run after static files are built and
# before starting your production server.
config :bonfire, Bonfire.Web.Endpoint, cache_static_manifest: "priv/static/cache_manifest.json"
config :logger,
backends: [:console, Sentry.LoggerBackend]
# Do not print debug messages in production
config :logger, level: :info
config :bonfire, Bonfire.Web.Endpoint, server: true
config :bonfire, Bonfire.Common.Repo,
# in releases migrations are not in a flavour-specific directory
priv: "priv/repo"
# config :surface, :compiler, warn_on_undefined_props: false