Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
mayel committed Dec 4, 2024
1 parent 07d2304 commit 5215ef6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions flavours/classic/config/config.exs
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ config :bonfire,
flavour_path: flavour_path,
app_name: System.get_env("APP_NAME", "Bonfire"),
repo_module: repo,
use_pathex: System.get_env("WITH_PATHEX") != "0",
web_module: Bonfire.UI.Common.Web,
endpoint_module: if(as_desktop_app?, do: Bonfire.Desktop.Endpoint, else: Bonfire.Web.Endpoint),
mailer_module: Bonfire.Mailer,
Expand Down

0 comments on commit 5215ef6

Please sign in to comment.