Skip to content

Commit

Permalink
Merge pull request #306 from supabase/chore/hide-apikey
Browse files Browse the repository at this point in the history
Do not show apikey in logs
  • Loading branch information
abc3 committed Aug 24, 2022
2 parents e9822e1 + 6021350 commit 67cd33a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config/config.exs
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,8 @@ config :libcluster,
]
]

config :phoenix, :filter_parameters, ["apikey"]

# Import environment specific config. This must remain at the bottom
# of this file so it overrides the configuration defined above.
import_config "#{Mix.env()}.exs"

0 comments on commit 67cd33a

Please sign in to comment.