This commit is contained in:
Mayel de Borniol 2022-12-10 14:55:18 +13:00
parent e423c528cd
commit 6564c14ed3
3 changed files with 5 additions and 4 deletions

View file

@ -16,7 +16,8 @@ config :bonfire, Bonfire.Common.Repo,
# show_sensitive_data_on_connection_error: true,
pool_size: String.to_integer(System.get_env("POOL_SIZE") || "10"),
# EctoSparkles does the logging instead
log: false
log: false,
stacktrace: true
local_deps =
Mess.deps(

View file

@ -339,7 +339,8 @@ pre-push-hooks: pre-contrib-hooks
# just mix changelog
pre-contrib-hooks:
-sed -i '' 's,/extensions/,/deps/,' config/deps_hooks.js
-ex +%s,/extensions/,/deps/,e -scwq config/deps_hooks.js
# -sed -i '' 's,/extensions/,/deps/,' config/deps_hooks.js
# Push all changes to the app and extensions in ./forks
contrib: pre-push-hooks contrib-forks-publish git-publish

View file

@ -42,8 +42,7 @@ defmodule Bonfire.Umbrella.MixProject do
# note: cannot use only: dev
# {:phoenix_profiler, "~> 0.2.0"},
# "~> 0.1.0", path: "forks/one_plus_n_detector",
{:one_plus_n_detector,
git: "https://github.com/bonfire-networks/one_plus_n_detector", only: :dev},
# {:one_plus_n_detector, git: "https://github.com/bonfire-networks/one_plus_n_detector", only: :dev},
# tests
# {:floki, ">= 0.0.0", only: [:dev, :test]},