We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1fd417 commit 08fe06eCopy full SHA for 08fe06e
config/config.exs
@@ -36,6 +36,7 @@ if config_env() == :test do
36
37
config :ash_double_entry, AshDoubleEntry.Test.Repo,
38
username: "postgres",
39
+ # sobelow_skip ["Config.Secrets"]
40
password: "postgres",
41
hostname: "localhost",
42
database: "ash_double_entry_test#{System.get_env("MIX_TEST_PARTITION")}",
0 commit comments