Skip to content

Commit

Permalink
misc
Browse files Browse the repository at this point in the history
  • Loading branch information
mayel committed Oct 23, 2024
1 parent 48a0d91 commit 28faceb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions flavours/classic/config/runtime.exs
Original file line number Diff line number Diff line change
Expand Up @@ -338,6 +338,8 @@ config :ecto_sparkles,
slow_query_ms: String.to_integer(System.get_env("DB_SLOW_QUERY_MS", "100")),
queries_log_level: String.to_atom(System.get_env("DB_QUERIES_LOG_LEVEL", "debug"))

# config :untangle, level: :error

# start prod-only config
if config_env() == :prod do
config :bonfire_umbrella, Bonfire.Common.Repo,
Expand Down
2 changes: 1 addition & 1 deletion justfile
Original file line number Diff line number Diff line change
Expand Up @@ -491,7 +491,7 @@ icons-uniq:
sort -u -o assets/static/images/icons/icons.css assets/static/images/icons/icons.css

# Push all changes to the app and extensions in ./forks
contrib: _pre-push-hooks contrib-forks-publish git-publish
contrib: _pre-push-hooks contrib-forks-publish _pre-push-hooks git-publish

# Push all changes to the app and extensions in forks, increment the app version number, and push a new version/release
contrib-release: _pre-push-hooks contrib-forks-publish update contrib-app-release
Expand Down

0 comments on commit 28faceb

Please sign in to comment.