hopefully done

This commit is contained in:
2023-02-18 18:13:08 +00:00
parent 820a717665
commit 2b3ad0b217
9 changed files with 118 additions and 8 deletions

View File

@@ -28,6 +28,11 @@ config :phoenix_api_template, PhoenixApiTemplateWeb.Auth.Guardian,
issuer: "phoenix_api_template",
secret_key: ""
config :guardian, Guardian.DB,
repo: PhoenixApiTemplate.Repo,
schema_name: "guardian_tokens",
sweep_interval: 60
# Use Jason for JSON parsing in Phoenix
config :phoenix, :json_library, Jason