bonfire-app/flavours/classic/config/prod.exs
2021-09-23 09:19:59 +02:00

22 lines
670 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.Repo,
priv: "priv/repo" # in releases migrations are not in a flavour-specific directory