Skip to content

Commit

Permalink
remove development key, just keeping it clean
Browse files Browse the repository at this point in the history
  • Loading branch information
DnOberon committed Feb 2, 2025
1 parent ecc7bc2 commit 2477a7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/dev.exs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ config :datum, DatumWeb.Endpoint,
check_origin: false,
code_reloader: true,
debug_errors: true,
secret_key_base: "wxlPJjJbd4NPxfcAjS8f1CrK4OmeEzOiGLygZ69Ty1SKcq+GkpCU67hl7w6FiDMG",
secret_key_base: "",
watchers: [
esbuild: {Esbuild, :install_and_run, [:datum, ~w(--sourcemap=inline --watch)]},
tailwind: {Tailwind, :install_and_run, [:datum, ~w(--watch)]}
Expand Down

0 comments on commit 2477a7f

Please sign in to comment.