Skip to content

Commit

Permalink
fix: use ueberauth_provider: :cognito on dev (#1039)
Browse files Browse the repository at this point in the history
* fix: use ueberauth_provider: :cognito on dev

* fix: also take care of api_login_module
  • Loading branch information
lemald authored Nov 15, 2024
1 parent a9fbf94 commit f57a04c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config/dev.exs
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,8 @@ config :arrow, dev_routes: true

# Set prefix env for s3 uploads
config :arrow,
ueberauth_provider: :cognito,
api_login_module: ArrowWeb.TryApiTokenAuth.Cognito,
shape_storage_enabled?: true,
shape_storage_prefix_env: "dev/local/",
gtfs_archive_storage_enabled?: true,
Expand Down

0 comments on commit f57a04c

Please sign in to comment.