Skip to content

Commit 8b853fb

Browse files
committed
fix(text): Fixed errors with test not finding GuardianRedis.Repo
1 parent 97b4959 commit 8b853fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/config.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import Config
1111
config :epochtalk_server, ecto_repos: [EpochtalkServer.Repo]
1212

1313
# Set Guardian.DB to GuardianRedis
14-
config :guardian, Guardian.DB, repo: GuardianRedis.Repo
14+
config :guardian, Guardian.DB, repo: EpochtalkServer.Repo, adapter: GuardianRedis.Adapter
1515

1616
# Swoosh API client is needed for adapters other than SMTP.
1717
config :swoosh, :api_client, false

0 commit comments

Comments
 (0)