Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
mayel committed Nov 18, 2024
1 parent 05b9135 commit 2464505
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
3 changes: 2 additions & 1 deletion config/bonfire_common.exs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ config :bonfire_common, Bonfire.Common.Localise.Cldr,
providers: [
Cldr.Language,
Cldr.DateTime,
Cldr.Number, # TEMP: because Jason error at compilation
# TEMP: because Jason error at compilation
Cldr.Number,
Cldr.Unit,
Cldr.List,
Cldr.Calendar,
Expand Down
1 change: 0 additions & 1 deletion config/config.exs
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,3 @@ hasher = if config_env() in [:dev, :test], do: Pbkdf2, else: Argon2
config :bonfire_data_identity, Bonfire.Data.Identity.Credential, hasher_module: hasher

import_config "bonfire_common.exs"

2 changes: 1 addition & 1 deletion lib/runtime_config.ex
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ defmodule Bonfire.Common.RuntimeConfig do
def config do
import Config

config :bonfire_common,
config :bonfire_common,
root_path: File.cwd!()

config :bonfire, :http,
Expand Down

0 comments on commit 2464505

Please sign in to comment.