mirror of
https://github.com/kevin-DL/phoenix_api_template.git
synced 2026-01-20 06:05:15 +00:00
hopefully done
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user